summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-2526-45/+72
* Add a pkg_version variable so that it's possible to run portsversion insteadbrian2002-09-253-1/+16
* - Remove unused LK_NOOBJ.jeff2002-09-251-2/+1
* - Convert locks to use standard macros.jeff2002-09-254-7/+28
* - Document broken locking.jeff2002-09-251-3/+2
* - Lock accesses to v_usecount.jeff2002-09-252-7/+11
* - Don't use the interlock to protect v_writecount.jeff2002-09-251-6/+5
* - Use vrefcnt() instead of v_usecount.jeff2002-09-255-10/+10
* - Hold the vn lock over vm_mmap().jeff2002-09-251-4/+4
* - Use incore() instead of gbincore() so we don't have to acquire thejeff2002-09-251-1/+1
* - Lock access to the buf lists.jeff2002-09-255-16/+36
* - Lock access to the buf lists.jeff2002-09-256-28/+38
* - Use vrefcnt() instead of directly accessing v_usecount.jeff2002-09-256-38/+42
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-2518-60/+71
* - Lock access to the buf lists in spec_sync()jeff2002-09-251-7/+15
* - Hold the vp lock while accessing v_vflags.jeff2002-09-251-5/+7
* - Lock down the syncer with sync_mtx.jeff2002-09-252-74/+191
* - Properly lock v_vflags in getdirents().jeff2002-09-252-8/+28
* - Use incore() where no other interlock locking is necessary.jeff2002-09-251-2/+6
* - Lock accesses to v_numoutput.jeff2002-09-251-0/+16
* Back down to 1003.2-1992 for the time being -- it is causing too manywollman2002-09-251-1/+1
* - Don't protect mountedhere with the vn interlock.jeff2002-09-251-5/+7
* - Use the standard vp interlock macros.jeff2002-09-251-8/+12
* - Finish the struct vnode lock annotation.jeff2002-09-251-30/+34
* - Get rid of the unused LK_NOOBJ.jeff2002-09-252-2/+2
* - Lock access to numoutput on the swap devices.jeff2002-09-252-0/+4
* - Add a ASSERT_VOP_LOCKED in vnode_pager_alloc.jeff2002-09-251-2/+7
* Removed debug code.jake2002-09-251-57/+1
* Pass the function to call (trap or syscall) to tl0_trap and tl1_trap in %o2.jake2002-09-251-7/+31
* Rearrange tl1_trap slightly, also save and restore the out registers sojake2002-09-241-12/+27
* Add some PCI id's for fxp. I've only tested 0x103B, but the Intelps2002-09-241-0/+4
* Get howmany() macro from <sys/param.h>, instead of depending on itsmike2002-09-241-1/+1
* Allocate stack space for the trapframe along with the normal registerjake2002-09-241-5/+1
* Code cleanup: use mpt_prt instead of device_printf.mjacob2002-09-245-222/+171
* Remove all mention of MTX_NOSWITCH. It was obsoleted a long time ago.jhb2002-09-241-36/+7
* Use POSIX-style sort syntax in exampleache2002-09-241-1/+1
* Make it works with POSIX sort (POS arg)ache2002-09-241-1/+1
* Make it works with POSIX sort (POS arg)ache2002-09-241-1/+1
* Set _POSIX2_VERSION=199209 before calling MKkey_defs.sh as workaround ofache2002-09-242-2/+2
* The spec says that unifdefall removes all #ifs, and this now requiresfanf2002-09-241-2/+2
* The readability is improved by reducing the use of the passive voice.fanf2002-09-241-10/+10
* It is probably a bad idea to unconditionally process directives withfanf2002-09-242-10/+41
* Make it work with POSIX sort (POS arg).ache2002-09-241-1/+3
* Correct the description of what fortunes get installed (by default, also theschweikh2002-09-241-3/+5
* Make it work with POSIX sort (POS arg).ache2002-09-245-5/+5
* Make it work with POSIX sort (POS arg)ache2002-09-241-2/+2
* Convert most printf()s to if_printf()s.brooks2002-09-241-15/+10
* Add a new helper function if_printf() modeled on device_printf(). Thebrooks2002-09-242-0/+15
* Add forgotten <sys/_types.h> include. Fix some style bugs while I'mmike2002-09-241-39/+40
* Mention about how to build sendmail with SASLv2.ume2002-09-241-0/+6
OpenPOWER on IntegriCloud