Wouldn't it be better to say at the top
#ifndef OFF_MAX
#define OFF_MAX INT64_MAX
#endif
On Mon, Oct 3, 2016 at 12:43 AM, Ed Schouten wrote:
> 2016-10-03 6:00 GMT+02:00 Marcel Moolenaar :
>> Log:
>> Replace OFF_MAX with INT64_MAX. The former is defined on Linux.
>
> Blargh. If only C had std::
2016-10-03 6:00 GMT+02:00 Marcel Moolenaar :
> Log:
> Replace OFF_MAX with INT64_MAX. The former is defined on Linux.
Blargh. If only C had std::numeric_limits::{min,max}. :-(
--
Ed Schouten
Nuxi, 's-Hertogenbosch, the Netherlands
KvK-nr.: 62051717
Author: marcel
Date: Mon Oct 3 04:00:30 2016
New Revision: 306622
URL: https://svnweb.freebsd.org/changeset/base/306622
Log:
Replace OFF_MAX with INT64_MAX. The former is defined on Linux.
Modified:
head/usr.bin/mkimg/mkimg.c
Modified: head/usr.bin/mkimg/mkimg.c
Author: marcel
Date: Mon Oct 3 02:37:28 2016
New Revision: 306621
URL: https://svnweb.freebsd.org/changeset/base/306621
Log:
Prefer over . While here remove redundant
inclusion of .
Move the inclusion of the disk partitioning headers out of order
and inbetween standard headers and loc
Author: marcel
Date: Mon Oct 3 01:46:47 2016
New Revision: 306620
URL: https://svnweb.freebsd.org/changeset/base/306620
Log:
Replace STAILQ with TAILQ. TAILQs are portable enough that they can
be used on both macOS and Linux. STAILQs are not. In particular,
STAILQ_LAST does not next on Linu
Andrew Turner (and...@freebsd.org) wrote:
> Author: andrew
> Date: Fri Sep 30 10:20:53 2016
> New Revision: 306490
> URL: https://svnweb.freebsd.org/changeset/base/306490
>
> Log:
> Add support for Tegra to the armv6 GENERIC kernel.
>
> Reviewed by:imp, mmel
> Sponsored by:
Author: gonzo
Date: Mon Oct 3 01:08:34 2016
New Revision: 306619
URL: https://svnweb.freebsd.org/changeset/base/306619
Log:
Add rpi_ft5406 module and add it to extra modules in Raspberry Pi configs
Added:
head/sys/modules/rpi_ft5406/
head/sys/modules/rpi_ft5406/Makefile (contents, props
Author: gonzo
Date: Mon Oct 3 01:07:06 2016
New Revision: 306618
URL: https://svnweb.freebsd.org/changeset/base/306618
Log:
Fix attach/detach methods
- Initialize lock before starting worker process
- Do not hold lock when destroying evdev. By that time ther should be no
other acti
Author: sevan (doc committer)
Date: Mon Oct 3 00:55:18 2016
New Revision: 306617
URL: https://svnweb.freebsd.org/changeset/base/306617
Log:
shutdown appeared as a standalone utility in 4.1BSD.
http://mail-index.netbsd.org/source-changes-d/2016/09/13/msg008686.html
http://mail-index.netbsd.o
Author: sevan (doc committer)
Date: Mon Oct 3 00:42:25 2016
New Revision: 306616
URL: https://svnweb.freebsd.org/changeset/base/306616
Log:
setkey appeared in FreeBSD 4.0
PR: 212551
Approved by: bcr (mentor)
MFC after:4 days
Differential Revision:https://review
Author: sevan (doc committer)
Date: Mon Oct 3 00:40:20 2016
New Revision: 306615
URL: https://svnweb.freebsd.org/changeset/base/306615
Log:
sconfig appeared in FreeBSD 5.2.
PR: 212550
Approved by: bcr (mentor)
MFC after:4 days
Differential Revision:https://revi
Author: sevan (doc committer)
Date: Mon Oct 3 00:35:14 2016
New Revision: 306614
URL: https://svnweb.freebsd.org/changeset/base/306614
Log:
Note the version PF first appeared in FreeBSD & from which version it was
ported from.
Address the contractions raised by igor.
PR: 21257
Author: sevan (doc committer)
Date: Mon Oct 3 00:31:58 2016
New Revision: 306613
URL: https://svnweb.freebsd.org/changeset/base/306613
Log:
Note the change of name in FreeBSD 5.0.
PR: 212542
Approved by: bcr (mentor)
MFC after:4 days
Differential Revision:https
Author: sevan (doc committer)
Date: Mon Oct 3 00:28:42 2016
New Revision: 306612
URL: https://svnweb.freebsd.org/changeset/base/306612
Log:
Note the name change from mount_null to mount_nullfs in FreeBSD 5.0.
PR: 212541
Approved by: bcr (mentor)
MFC after:4 days
Differ
Author: sevan (doc committer)
Date: Mon Oct 3 00:25:15 2016
New Revision: 306611
URL: https://svnweb.freebsd.org/changeset/base/306611
Log:
Amend history to mention predecessor originated from 386BSD[1] & current
implementation from NetBSD[2].
Reword history since the utility was renamed onc
Author: sevan (doc committer)
Date: Mon Oct 3 00:16:16 2016
New Revision: 306610
URL: https://svnweb.freebsd.org/changeset/base/306610
Log:
Note mount_fusefs appeared in FreeBSD 10.
Move note regarding implementation to caveats.
Address issued raised by Igor.
PR: 212513
App
Author: mjg
Date: Mon Oct 3 00:02:32 2016
New Revision: 306608
URL: https://svnweb.freebsd.org/changeset/base/306608
Log:
cache: ignore purgevfs requests for filesystems with few vnodes
purgevfs is purely optional and induces lock contention in workloads
which frequently mount and unmoun
Author: sevan (doc committer)
Date: Sun Oct 2 23:59:31 2016
New Revision: 306607
URL: https://svnweb.freebsd.org/changeset/base/306607
Log:
mksnap_ffs appeared in FreeBSD 5.1.
PR: 212510
Approved by: bcr (mentor)
MFC after:4 days
Differential Revision:https://r
Author: sevan (doc committer)
Date: Sun Oct 2 23:56:08 2016
New Revision: 306606
URL: https://svnweb.freebsd.org/changeset/base/306606
Log:
mknod appeared in V4 UNIX
http://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man8/mknod.8
PR: 212509
Approved by: bcr (mentor)
MFC a
Author: sevan (doc committer)
Date: Sun Oct 2 23:51:13 2016
New Revision: 306605
URL: https://svnweb.freebsd.org/changeset/base/306605
Log:
init was there in UNIX from V1
http://minnie.tuhs.org/cgi-bin/utree.pl?file=V1/init.s
PR: 212503
Approved by: bcr (mentor)
MFC after:
Author: sevan (doc committer)
Date: Sun Oct 2 23:48:33 2016
New Revision: 306604
URL: https://svnweb.freebsd.org/changeset/base/306604
Log:
gbde first appeared in FreeBSD 5.0
PR: 212478
Approved by: brc (mentor)
MFC after:4 days
Differential Revision:https://re
Author: sevan (doc committer)
Date: Sun Oct 2 23:44:52 2016
New Revision: 306603
URL: https://svnweb.freebsd.org/changeset/base/306603
Log:
Document which version of BSD first showed up in and add the version info
for NetBSD & FreeBSD.
PR: 212477
Approved by: bcr (mentor)
Author: sevan (doc committer)
Date: Sun Oct 2 23:40:17 2016
New Revision: 306602
URL: https://svnweb.freebsd.org/changeset/base/306602
Log:
Mention the version of NetBSD the utility originated from.
PR: 212476
Approved by: bcr (mentor)
MFC after:4 days
Differential Rev
Author: sevan (doc committer)
Date: Sun Oct 2 23:35:45 2016
New Revision: 306601
URL: https://svnweb.freebsd.org/changeset/base/306601
Log:
dumpon(8) appears to be present in FreeBSD 2.0.5,
despite initial import of man page listed FreeBSD 2.1.
PR: 212445
Approved by: bcr (m
Author: sevan (doc committer)
Date: Sun Oct 2 23:30:28 2016
New Revision: 306600
URL: https://svnweb.freebsd.org/changeset/base/306600
Log:
dump(8) first appeared in V4 UNIX
http://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man8
PR: 212444
Approved by: bcr (mentor)
Obtai
Author: sevan (doc committer)
Date: Sun Oct 2 23:26:41 2016
New Revision: 306599
URL: https://svnweb.freebsd.org/changeset/base/306599
Log:
dmesg(8) first appeared in 3BSD.
http://minnie.tuhs.org/cgi-bin/utree.pl?file=3BSD/usr/man/man1/dmesg.1m
PR: 212443
Approved by: bcr (m
Author: sevan (doc committer)
Date: Sun Oct 2 23:19:05 2016
New Revision: 306598
URL: https://svnweb.freebsd.org/changeset/base/306598
Log:
ccdconfig first appeared in NetBSD 1.1
From NetBSD man page, confirmed with repo tags in CVS [1]
(there was also no 1.0a release according to [2])
Author: sevan (doc committer)
Date: Sun Oct 2 23:13:46 2016
New Revision: 306597
URL: https://svnweb.freebsd.org/changeset/base/306597
Log:
In v3 UNIX, the kill utility is documented in category 8, not 1.
Add a note of it.
http://minnie.tuhs.org/cgi-bin/utree.pl?file=V3/man/man8/kill.8
Author: avos
Date: Sun Oct 2 20:48:12 2016
New Revision: 306592
URL: https://svnweb.freebsd.org/changeset/base/306592
Log:
Bump __FreeBSD_version for net80211(4) changes (r306590, r306591).
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
===
Author: avos
Date: Sun Oct 2 20:35:55 2016
New Revision: 306591
URL: https://svnweb.freebsd.org/changeset/base/306591
Log:
net80211: ieee80211_ratectl*: switch to reusable KPI
Replace various void * / int argument combinations with common structures:
- ieee80211_ratectl_tx_status for *_t
Author: avos
Date: Sun Oct 2 19:39:23 2016
New Revision: 306590
URL: https://svnweb.freebsd.org/changeset/base/306590
Log:
net80211: add one-vap version of ieee80211_iterate_nodes()
- Add a counter into 'struct ieee80211_node_table' to save current number
of allocated nodes.
(allows to
Author: imp
Date: Sun Oct 2 17:36:55 2016
New Revision: 306589
URL: https://svnweb.freebsd.org/changeset/base/306589
Log:
Implement iicbus_write_ivar and impelemnt the NOSTOP ivar in both read
and write.
Modified:
head/sys/dev/iicbus/iicbus.c
Modified: head/sys/dev/iicbus/iicbus.c
===
Author: kib
Date: Sun Oct 2 17:02:59 2016
New Revision: 306588
URL: https://svnweb.freebsd.org/changeset/base/306588
Log:
Export the mq_getfd_np() symbol from librt.so, which allows to get
file descriptor for the given posix mqueue. Export the
timer_oshandle_np() symbol to get ktimer id fo
Author: jilles
Date: Sun Oct 2 15:01:31 2016
New Revision: 306585
URL: https://svnweb.freebsd.org/changeset/base/306585
Log:
swapon(8): Update to reality: swapoff ignores -L and the late option in fstab.
MFC after:1 week
Modified:
head/sbin/swapon/swapon.8
Modified: head/sbin/swapo
Author: sevan (doc committer)
Date: Sun Oct 2 14:42:46 2016
New Revision: 306584
URL: https://svnweb.freebsd.org/changeset/base/306584
Log:
Move the description of CHANGER variable to ENVIRONMENT section rather than
in the DESCRIPTION section.
From OpenBSD src/bin/chio/chio.1 r1.23
PR:
Author: sevan (doc committer)
Date: Sun Oct 2 14:32:04 2016
New Revision: 306583
URL: https://svnweb.freebsd.org/changeset/base/306583
Log:
Igor suggested moving sentence to new line.
Zap traililng whitespace.
PR: 212447
Approved by: bcr (mentor)
MFC after:3 days
Dif
Author: sevan (doc committer)
Date: Sun Oct 2 14:27:18 2016
New Revision: 306582
URL: https://svnweb.freebsd.org/changeset/base/306582
Log:
"POSIX doesn't specify -h." - r1.27 from NetBSD
http://man.openbsd.org/?query=chmod&apropos=0&sec=0&arch=default&manpath=POSIX-2013
PR: 2
Author: sevan (doc committer)
Date: Sun Oct 2 14:22:09 2016
New Revision: 306581
URL: https://svnweb.freebsd.org/changeset/base/306581
Log:
Use .At macro instead of specifying AT&T UNIX literaly.
PR: 212034
Approved by: bcr (mentor)
MFC after:1 week
Differential Revisi
Author: br
Date: Sun Oct 2 11:56:17 2016
New Revision: 306580
URL: https://svnweb.freebsd.org/changeset/base/306580
Log:
Fix libjail reached latest sysctl entry.
Reviewed by: jamie
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Differential Revision:https://reviews.freebsd.or
39 matches
Mail list logo