summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* For functions that return -1 on failure check exactly for -1 and not forpjd2012-01-1017-144/+144
* Don't touch pidfiles when running in foreground. Before that change wepjd2012-01-101-11/+19
* Add link for pidfile_fileno.3 to pidfile.3 - thanks again pjd!ghelmer2012-01-101-1/+2
* Style fixes courtesy of pjd.ghelmer2012-01-102-2/+5
* Document that pidfile_open() now sets the FD_CLOEXEC flag on the openghelmer2012-01-101-0/+4
* style. No functional changes.yongari2012-01-101-34/+68
* small code cleanup in preparation for future modifications inluigi2012-01-1011-111/+131
* Revert unintentional commit of changes to getnetgrent.c.ghelmer2012-01-101-28/+13
* Add pidfile_fileno() to obtain the file descriptor for an openghelmer2012-01-104-15/+67
* Set the FD_CLOEXEC flag on the open pidfile file descriptor.ghelmer2012-01-101-0/+14
* Change the type of the paging_in_progress refcounter from u_short tokib2012-01-101-1/+1
* Implement an option to execute SNMP walks using GETBULK requests in bsnmpwalk(1)syrinx2012-01-104-26/+62
* Add setsockopt(2) example to ng_ksocket(4).melifaro2012-01-101-2/+8
* Fix warning when compiling with gcc46:eadler2012-01-102-6/+1
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+1
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+1
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+1
* Fix warning when compiling with gcc46:eadler2012-01-101-5/+2
* Fix warning when compiling with gcc46:eadler2012-01-101-3/+0
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+0
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+1
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+1
* Silence bogus warning when compiling with gcc46:eadler2012-01-101-1/+1
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+0
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+2
* Fix warning when compiling with gcc46:eadler2012-01-101-6/+1
* Fix warning when compiling with gcc46:eadler2012-01-101-3/+0
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+0
* Consumers of bpfdetach() expect it to remove all bpf_if structs from thelstewart2012-01-101-22/+31
* Enable hardware RNG for VIA Nano processors.jkim2012-01-093-3/+4
* Add support for >2TB disks in GEOM RAID for Intel metadata format.jimharris2012-01-092-50/+123
* Get rid of a spurious warning on the console when booting the kernelpluknet2012-01-091-2/+13
* Convert the per-interface address list lock from a mutex to a reader/writerjhb2012-01-092-13/+12
* Can't pass MSIZE to m_cljget(), an mbuf can't be attached as external storageglebius2012-01-091-2/+1
* enable stop_scheduler_on_panic by defaultavg2012-01-092-1/+8
* Backout of backout: we need SI_SUB_PROTO_DOMAIN for pfsync, sinceglebius2012-01-091-1/+1
* Revert sub argument of MODULE_DECLARE back to r226532.glebius2012-01-092-2/+2
* In FreeBSD we determine presence of pfsync(4) at run-time, notglebius2012-01-093-36/+4
* Bunch of fixes to pfsync(4) module load/unload:glebius2012-01-093-173/+158
* o Fix panic on module unload, that happened due to mutex beingglebius2012-01-091-52/+27
* Add aligned_alloc(3).ed2012-01-095-9/+56
* Whitespace-only fix. Translators, please feel free to ignore.wblock2012-01-091-3/+4
* Clarity improvements.wblock2012-01-091-8/+8
* X11BASE has been deprecated for a long time and will die sooneadler2012-01-096-9/+9
* Avoid LOR between vfs_busy() lock and covered vnode lock on quotaon().kib2012-01-082-4/+34
* There is no longer a need to abstract ${rcvar_manpage} as we are notdougb2012-01-082-3/+2
* Correct an error of omission in the implementation of the truncationalc2012-01-082-66/+113
* Fix a typo. (s/nessesary/necessary/)hrs2012-01-081-1/+1
* Make it possible to use alternative source hardware addressglebius2012-01-081-10/+19
* Provide IA_MASKSIN() macro similar to IA_SIN() and IA_DSTSIN().glebius2012-01-081-0/+1
OpenPOWER on IntegriCloud