summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed ucred structure leak.pjd2004-02-192-0/+4
* Implement PThreads barriers and barrier attributes.mtm2004-02-199-1/+551
* Don't wake up the thread after the signal handlermtm2004-02-191-1/+1
* MFi386: revision 1.466nyan2004-02-191-0/+1
* Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. Thisbms2004-02-192-0/+13
* Improve formatting.ru2004-02-191-45/+40
* When reparenting a process in the PT_DETACH code, only set p_sigparenttruckman2004-02-191-1/+2
* Use size_t or ssize_t wherever appropriate instead of casting from int *tjr2004-02-192-26/+27
* Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE();tjr2004-02-198-32/+22
* - Correct a long-standing race condition in vm_page_try_to_free() thatalc2004-02-191-4/+3
* Don't forget to enable the ipv6 firewall once the rules are loaded.mtm2004-02-191-0/+4
* A Linux thread created using clone() should not send SIGCHLD to itstruckman2004-02-191-3/+3
* In-line documentation.mtm2004-02-193-0/+24
* Fix problem caused by previous commit where some users' buttonsnjl2004-02-192-11/+2
* Add support for 'h' and 'hh' modifiers for printf(9).njl2004-02-191-2/+21
* Checkpoint the NOTES I was working on.obrien2004-02-191-152/+114
* Unbreak fixit crunch: since Feb/17/2004, mount(8) requires libufs.matusita2004-02-193-3/+3
* Fix a long-standing bug where select on vchans doesn't workmatk2004-02-191-3/+13
* Switch to using the new $PIR interrupt routing code and remove the oldjhb2004-02-184-436/+22
* Rework the $PIR (aka PCIBIOS) PCI interrupt routing code and split it offjhb2004-02-181-609/+445
* Improve contents, ruin formatting.phk2004-02-181-38/+68
* Install gnuregex.h as wrapper for gnu/regex.h (with warning)ache2004-02-182-1/+6
* Use %zu for size_t, like God intended.des2004-02-181-1/+1
* Fix printf() format bug in previous commit (size_t != int).des2004-02-181-17/+19
* Change the disk(9) API in order to make device removal more robust.phk2004-02-1828-273/+335
* Add */lib/getopt* I miss somehow initially.ache2004-02-181-0/+2
* Correct minor typos.ceri2004-02-181-2/+2
* Only call chflags() on directories once.ceri2004-02-181-5/+4
* Remove thr_getschedparam.c since it's contents have been moved intomtm2004-02-181-1/+0
* Add a -n option that stops ip6fw making any changes to the rulesdwmalone2004-02-182-29/+58
* There are consumers of rwlocks, inluding our own libc, that depend onmtm2004-02-181-96/+24
* o Catch up with the mutex priority protocol fixes.mtm2004-02-182-121/+65
* o Stylemtm2004-02-182-48/+39
* o Refactor and, among other things, get rid of insane nesting levels.mtm2004-02-182-811/+305
* Revamp the statistics code, and switch to a much more compact displaydes2004-02-181-48/+56
* Move the initialization of thread priority to a common function.mtm2004-02-182-6/+3
* Move the weak references to the top of the file to conformmtm2004-02-181-43/+22
* Add partial support for large (>4GB) files on ext2 filesystems. Thistjr2004-02-186-2/+32
* o Fix a bridge example: sysctl net.inet.ip.forwarding=1 is needless,maxim2004-02-182-2/+2
* Add "-q" argument to setfmac and setfsmac to allow the patient butrwatson2004-02-183-13/+27
* Use correct thousands separator for the Italian locale.cperciva2004-02-181-1/+1
* Don't ignore errors from vfs_allocate_syncvnode.cperciva2004-02-181-1/+1
* Mention that kernel environment variables may be configured inwes2004-02-181-2/+8
* Fix misspellings in the freebsd-tips fortunes. The same PR hascperciva2004-02-181-4/+4
* Fixed some style bugs (spaces instead of tabs in macro definitions ...).bde2004-02-181-11/+11
* Checkpoint a hack to enable running i386 libc_r binaries on a 64 bitpeter2004-02-181-4/+22
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-1817-465/+442
* remove dead coderees2004-02-171-53/+0
* Add vector for memmove() (currently aliased to memcpy()) a implementwpaul2004-02-171-0/+20
* Make the distinction between sysctl kernel environment variables andwes2004-02-171-1/+4
OpenPOWER on IntegriCloud