Age | Commit message (Expand) | Author |
2007-08-14 | 'shall be' was changed to 'is' in sysctl.3#rev1.164, now let's change it to '... | Constantine A. Murenin |
2007-07-19 | kern.timecounter.timestepwarnings may be altered; from Kristaps Dzonsons | Jason McIntyre |
2007-07-16 | HW_SENSORS was never really a 'struct', and nowadays it is definitely a 'node' | Constantine A. Murenin |
2007-07-16 | under HW_SENSORS, mention <sys/sensors.h>, similarly to KERN_SYSVIPC.*; ok jmc | Constantine A. Murenin |
2007-07-15 | fix typo: s/sensorsdev/sensordev/ | Constantine A. Murenin |
2007-07-03 | from Nicholas Marriott: | Jason McIntyre |
2007-06-26 | It seems st_size is not always a good estimator for the number of | Ray Lai |
2007-06-05 | _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, so | Kurt Miller |
2007-06-01 | mark the non-handling of 48 bits units with XXX | Otto Moerbeek |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-31 | asyncronous -> asynchronous; | Jason McIntyre |
2007-05-29 | when producing a v1 label, set the version!!!! | Otto Moerbeek |
2007-05-29 | Updated disklabel format to support larger disks and partitions. We | Otto Moerbeek |
2007-05-29 | mention new option 2 for nosuidcoredump | Ted Unangst |
2007-05-23 | Remove unnecessary locking. There is no need for serializing calls to | Kurt Miller |
2007-05-21 | Add ECANCELED and EOVERFLOW. For canceled (async) operations and conversion | Jasper Lievisse Adriaanse |
2007-05-17 | Don't save strlen results in an int. Remove a variable that's used | Ray Lai |
2007-05-16 | Wrap some functions, labels, and variables in #ifdefs corresponding | Ray Lai |
2007-05-10 | document net.inet.tcp.keepinittime; | Jason McIntyre |
2007-03-05 | Remove _err() calls from getnetgrent.c. This is a minor API change | Todd C. Miller |
2007-02-26 | Add SuperH to the architecture list which stack grow down, even though this | Miod Vallat |
2007-02-21 | net.inet.esp.udpencap is enabled by default; | Jason McIntyre |
2007-02-09 | The buffer passed to getdirentries() must be at least as large as | Todd C. Miller |
2007-02-08 | g/c __DTF_READALL. It was a flag to the internal __opendir2() but | Todd C. Miller |
2007-01-08 | fix mem leak, from NetBSD; ok miod@ kettenis@ | Otto Moerbeek |
2006-12-28 | reword a sentence and kill some trailing whitespace; | Jason McIntyre |
2006-12-23 | adapt to new two-level sensor sysctl framework; by Constantine A. Murenin | Theo de Raadt |
2006-12-04 | confstr() should return 0, not (size_t)-1, on errors; from Guy Harris. | Otto Moerbeek |
2006-11-21 | introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers). | Jun-ichiro itojun Hagino |
2006-10-26 | various fixes from wiz@netbsd | Jason McIntyre |
2006-10-16 | s/ip/ip6/ | Ryan Thomas McBride |
2006-10-16 | Document net.inet.ip.multipath and net.inet6.ip6.multipath. | Ryan Thomas McBride |
2006-09-26 | Zap D_REMOVABLE flag from disklabel. If you didn't already know that | Kenneth R Westerback |
2006-09-24 | Eliminate D_CHAIN, D_ECC and D_RAMDISK flags from disklabel. They were | Kenneth R Westerback |
2006-09-15 | sysctl(3) can return ESRCH; noted by Kristaps Johnson; ok miod@ jmc@ | Otto Moerbeek |
2006-08-09 | Document error return when namelen is 0. OK jmc@ | Todd C. Miller |
2006-08-04 | Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programs | Bob Beck |
2006-06-02 | document NFS_NIOTHREADS, with some pointers from mickey; | Jason McIntyre |
2006-05-29 | revert vfs.nfs.privport sysctl, broke a few architectures | Anil Madhavapeddy |
2006-05-28 | Add support for NFS mounts to be from non-reserved ports: | Anil Madhavapeddy |
2006-05-28 | VFS_GENERIC returns VFS info, not VM info | Pedro Martelletto |
2006-05-27 | Document net.inet6.ip6.mforwarding | Claudio Jeker |
2006-05-27 | System calls return -1 upon failure, so check for -1 | Pedro Martelletto |
2006-05-27 | Don't leak memory if getcwd() was passed NULL and __getcwd() fails | Pedro Martelletto |
2006-05-27 | Make libc's getcwd() use the new __getcwd() system call | Pedro Martelletto |
2006-05-26 | vpn.8 removal; | Jason McIntyre |
2006-05-26 | let us not talk about ipsecadm and vpn anymore; ok reyk | Theo de Raadt |
2006-05-17 | Document recent sysctl additions. | Gordon Willem Klok |
2006-05-15 | Handle empty terminal names more gracefully. | Hugh Graham |
2006-05-09 | typo from jan niemann; ok otto | Jason McIntyre |