summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Move 'struct swdevt' back into swap_pager.h and expose it to userland.jhb2007-02-073-36/+126
* Remove support for IPIP tunnels in IPv4 multicast forwarding. XORP hasbms2007-02-074-251/+18
* Fix the race of dereferencing /proc/<pid>/file with execve(2) by cachingkib2007-02-071-4/+12
* Change the pagedaemon, vm_wait(), and vm_waitpfault() to sleep on thealc2007-02-072-15/+21
* Remove the vm page queue free mutex from the CDEV order.alc2007-02-071-1/+0
* Make iostat(8) fully work on crash dumps again (broken since 5.0):jhb2007-02-061-5/+6
* Fixed some style bugs. Routine except:bde2007-02-062-65/+67
* Allow to use umastat on coredumps.pjd2007-02-061-3/+24
* Print intptr_t values by first casting to intmax_t and then printing withrwatson2007-02-061-1/+1
* Update comments in mac.h.rwatson2007-02-061-7/+10
* Simplified PCPU_GET() and PCPU_SET(). We must copy through a temporarybde2007-02-062-84/+36
* Push UNIX domain socket locking further into uipc_ctloutput() in order torwatson2007-02-061-2/+6
* Introduce accessor functions mac_label_get() and mac_label_set() to replacerwatson2007-02-0610-134/+107
* at91_twi depends on the iicbus module to satisfy its symbols whenimp2007-02-061-0/+1
* Continue 7-CURRENT MAC Framework rearrangement and cleanup:rwatson2007-02-0622-21/+10
* Document NetCell NC3000 and NC5000 support.brueffer2007-02-061-1/+3
* getopt(3) returns -1, not EOF.kevlo2007-02-065-5/+5
* - Bump document date.ru2007-02-061-3/+3
* Print warning that "-t msdos" is deprecated and being converted torodrigc2007-02-061-1/+4
* The change to the vm_page_queue_freelist lock from a spin lock to ampp2007-02-061-1/+1
* Eliminate some dead code which was introduced in 1.23, yet was alwaysrodrigc2007-02-061-11/+0
* s/Feb/February/ambrisko2007-02-051-1/+1
* Change GDB_BUFSZ to be large enough to hold a register dump where eachjhb2007-02-051-1/+1
* Use egrep instead of grep so that reporting of login failures (brokenjdp2007-02-051-1/+1
* If (a == NULL), don't dereference (a) to record an error message. [1]cperciva2007-02-052-4/+7
* Fix devfs cloning for non-superusers when net.link.tap.user_open is non-zero.bms2007-02-051-5/+2
* Forced commit; Vim ate my homework^Wkeystroke.bms2007-02-050-0/+0
* Clean up after tun(4) properly; remove routes whose ifp is set tobms2007-02-051-4/+9
* MFC after: 3 daysbms2007-02-051-1/+1
* <sys/sx.h> is unneeded.kevlo2007-02-051-1/+0
* getopt(3) returns -1, not EOF when out of args.kevlo2007-02-054-4/+4
* Change the free page queue lock from a spin mutex to a default (blocking)alc2007-02-054-22/+22
* When fast-forwarding is enabled, do not forward directed IPv4 broadcastsbms2007-02-051-2/+4
* Call pbgetvp() and pbrelvp() instead of setting b_vp directly.tegge2007-02-041-3/+9
* Add support for another 3G card and update man page accordingly.le2007-02-043-2/+20
* cleanup code: remove superfluous comma at end of enumerationrse2007-02-041-2/+2
* cleanup code: remove unnecessary and useless void castrse2007-02-041-1/+1
* Correct parser by using intended C equality ("==") instead ofrse2007-02-041-1/+1
* fix bug: avoid dereferencing content of an already free(3)'ed chunkrse2007-02-041-1/+3
* Fix hr.iso syscons keymap, making it possible to type < and >.philip2007-02-041-2/+2
* Typo.bms2007-02-041-2/+2
* Be explicit in examples about the correct grammar for 'alias' andbms2007-02-041-12/+27
* Implement ifnet cloning for tun(4)/tap(4).bms2007-02-044-48/+268
* Document that quotas must be turned off on a file system andmpp2007-02-041-0/+2
* If a user is over both the soft block limit and soft i-nodempp2007-02-041-13/+29
* Remove all #if __FreeBSD_version checks now that RSTP support has beensyrinx2007-02-041-32/+2
* Synaptics TouchPad seems to go back to Relative Mode after the calldumbbell2007-02-041-0/+10
* Expand this man page to provide some details on the structurempp2007-02-041-1/+83
* Orion originally wrote and added these files in 2002/2003, so with hisjoel2007-02-042-2/+4
* If quotacheck or edquota reset the block or inode grace time formpp2007-02-041-2/+10
OpenPOWER on IntegriCloud