summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mdoc(7) police: Consistently name options' arguments in the SYNOPSIS and DESC...ru2002-08-131-16/+23
* MFi386: revisions 1.354 and 1.356.nyan2002-08-131-4/+2
* mdoc(7) police: canonize FreeBSD in e-mail address.ru2002-08-131-1/+1
* mdoc(7) police: missing markup bits.ru2002-08-131-6/+12
* Tidy up SRCS and MAN assignments.tjr2002-08-131-20/+13
* mdoc(7) police: KAMEism in rev. 1.56, nits in rev. 1.58.ru2002-08-131-3/+4
* mdoc(7) police: Use the .Ud macro.ru2002-08-131-1/+2
* Improve wording even more.ru2002-08-131-4/+5
* Expand the arguments to ffs_ext{read,write}() to their componentphk2002-08-131-41/+17
* mdoc(7) police: kill hard sentence break.ru2002-08-131-1/+2
* Remember to unlock the (optional) vnode in vfs_stdextattrctl(). Failingphk2002-08-131-0/+2
* mdoc(7) police: nits.ru2002-08-131-2/+3
* Realign columns in DDB's ps output. Don't waste more horizontal space thanphk2002-08-131-9/+9
* mdoc(7) police: tidy up.ru2002-08-131-14/+19
* Remove the Bugs section, which is not relevant to FreeBSD: there is notjr2002-08-131-2/+0
* FreeBSD-ify: use In macro for header files in Synopsis, St C-99 instead oftjr2002-08-134-12/+12
* Unravel the UFS_EXTATTR incest between FFS and UFS: UFS_EXTATTR is anphk2002-08-132-7/+65
* Add PowerPC category.blackend2002-08-131-0/+3
* Add a #include for <sys/mount.h>phk2002-08-131-0/+1
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-1312-95/+93
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),tjr2002-08-1340-12/+868
* Make SYSVSEM mpsafe. Each semaphore set gets its own lock, howeveralfred2002-08-131-87/+172
* A cooperative effort...dougb2002-08-133-100/+150
* Make SYSVMSG mpsafe. Right now there is a global lock over thealfred2002-08-131-19/+31
* - Hold the vnode lock throughout execve.jeff2002-08-138-74/+91
* o Remove an unnecessary vm_page_flash() from _pmap_unwire_pte_hold().alc2002-08-133-6/+0
* - Extend the vnode_free_list_mtx to cover numvnodes and freevnodes. Thisjeff2002-08-131-3/+15
* Introduce support for labeling and access control of pipe objectsrwatson2002-08-131-0/+60
* Attach uvisor(4) to the build.trhodes2002-08-131-0/+1
* Add the uvisor(4) manual page.trhodes2002-08-131-0/+76
* don't include redunant \n in panic messageimp2002-08-121-2/+2
* Don't redundantly include \n in panic messagesimp2002-08-121-1/+1
* Update for recent changes in the usb code.joe2002-08-121-11/+6
* Replace /dev/tty with /dev/ucom.joe2002-08-121-2/+2
* Shut up warning in debug code.sos2002-08-121-5/+5
* Handle the escaped colon \: in a capability.ru2002-08-123-2/+5
* o Convert three instances of vm_page_sleep_busy() into vm_page_sleep_if_busy()alc2002-08-122-18/+30
* Add a Promise ATA133 chip to supported hardware list.bmah2002-08-122-0/+6
* Fix typing error in prev. commitache2002-08-121-1/+1
* Fix style bug in prev. commitache2002-08-121-2/+1
* Now malloc() is fixed, remove errno hardcoding to ENOMEMache2002-08-121-3/+6
* Use the credential authorizing the socket creation operation to performrwatson2002-08-121-2/+2
* Enforce MAC policy in cttyread() as well as the other operationsrwatson2002-08-121-1/+6
* Pass IO_NOMACCHECK to vn_rdwr() in the following checks to preventrwatson2002-08-127-26/+34
* Reflect support for 82801CA (ICH3) and 82801DC (ICH4) PCI chips.mp2002-08-121-1/+1
* Add PCI ID for ICH4 SMBus controller.mp2002-08-121-1/+5
* Implement IO_NOMACCHECK in vn_rdwr() -- perform MAC checks (assumingrwatson2002-08-121-4/+17
* Ensure that origin field in the packing list structure is initialised. Thissobomax2002-08-121-0/+1
* Correct error handling during MAC transmission check for if_gif.rwatson2002-08-121-2/+5
* Add PCI ID for the ICH4 AC97 controller.mp2002-08-121-0/+4
OpenPOWER on IntegriCloud