aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove the Bugs section, which is not relevant to FreeBSD: there is noTim J. Robbins2002-08-131-2/+0
* FreeBSD-ify: use In macro for header files in Synopsis, St C-99 instead ofTim J. Robbins2002-08-134-12/+12
* Unravel the UFS_EXTATTR incest between FFS and UFS: UFS_EXTATTR is anPoul-Henning Kamp2002-08-132-7/+65
* Add PowerPC category.Marc Fonvieille2002-08-131-0/+3
* Add a #include for <sys/mount.h>Poul-Henning Kamp2002-08-131-0/+1
* Introduce typedefs for the member functions of struct vfsops and employPoul-Henning Kamp2002-08-1312-95/+93
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),Tim J. Robbins2002-08-1340-12/+868
* Make SYSVSEM mpsafe. Each semaphore set gets its own lock, howeverAlfred Perlstein2002-08-131-87/+172
* A cooperative effort...Doug Barton2002-08-133-100/+150
* Make SYSVMSG mpsafe. Right now there is a global lock over theAlfred Perlstein2002-08-131-19/+31
* - Hold the vnode lock throughout execve.Jeff Roberson2002-08-138-74/+91
* o Remove an unnecessary vm_page_flash() from _pmap_unwire_pte_hold().Alan Cox2002-08-133-6/+0
* - Extend the vnode_free_list_mtx to cover numvnodes and freevnodes. ThisJeff Roberson2002-08-131-3/+15
* Introduce support for labeling and access control of pipe objectsRobert Watson2002-08-131-0/+60
* Attach uvisor(4) to the build.Tom Rhodes2002-08-131-0/+1
* Add the uvisor(4) manual page.Tom Rhodes2002-08-131-0/+76
* don't include redunant \n in panic messageWarner Losh2002-08-121-2/+2
* Don't redundantly include \n in panic messagesWarner Losh2002-08-121-1/+1
* Update for recent changes in the usb code.Josef Karthauser2002-08-121-11/+6
* Replace /dev/tty with /dev/ucom.Josef Karthauser2002-08-121-2/+2
* Shut up warning in debug code.Søren Schmidt2002-08-121-5/+5
* Handle the escaped colon \: in a capability.Ruslan Ermilov2002-08-123-2/+5
* o Convert three instances of vm_page_sleep_busy() into vm_page_sleep_if_busy()Alan Cox2002-08-122-18/+30
* Add a Promise ATA133 chip to supported hardware list.Bruce A. Mah2002-08-122-0/+6
* Fix typing error in prev. commitAndrey A. Chernov2002-08-121-1/+1
* Fix style bug in prev. commitAndrey A. Chernov2002-08-121-2/+1
* Now malloc() is fixed, remove errno hardcoding to ENOMEMAndrey A. Chernov2002-08-121-3/+6
* Use the credential authorizing the socket creation operation to performRobert Watson2002-08-121-2/+2
* Enforce MAC policy in cttyread() as well as the other operationsRobert Watson2002-08-121-1/+6
* Pass IO_NOMACCHECK to vn_rdwr() in the following checks to preventRobert Watson2002-08-127-26/+34
* Reflect support for 82801CA (ICH3) and 82801DC (ICH4) PCI chips.Mark Peek2002-08-121-1/+1
* Add PCI ID for ICH4 SMBus controller.Mark Peek2002-08-121-1/+5
* Implement IO_NOMACCHECK in vn_rdwr() -- perform MAC checks (assumingRobert Watson2002-08-121-4/+17
* Ensure that origin field in the packing list structure is initialised. ThisMaxim Sobolev2002-08-121-0/+1
* Correct error handling during MAC transmission check for if_gif.Robert Watson2002-08-121-2/+5
* Add PCI ID for the ICH4 AC97 controller.Mark Peek2002-08-121-0/+4
* Depend on opt_mac.h.Robert Watson2002-08-121-1/+2
* Manual pages for fwide(), getwc(), fgetwc(), getwchar(), putwc(), fputwc(),Tim J. Robbins2002-08-124-0/+417
* Claim conformance to 1003.2-1992 instead of 1003.1-2001 due to doubtsTim J. Robbins2002-08-121-1/+1
* Now, malloc is fixed, remove ENOMEM hardcodeAndrey A. Chernov2002-08-121-12/+11
* o Test and change to the correct directory, /var/spool/.hoststatJens Schweikhardt2002-08-121-8/+5
* Fix su job control (recently introduced for PAM cleanup purposes) to notAndrey A. Chernov2002-08-121-3/+6
* Use roundup2() to avoid a problem where pmap_growkernel was unableIan Dowse2002-08-122-2/+2
* Stop pretending that the FFS file ufs_readwrite.c is a UFS file.Poul-Henning Kamp2002-08-122-1075/+1028
* Fix typos (s/seperat/separat/ et al); add FreeBSD ID.Jens Schweikhardt2002-08-123-14/+17
* Fix a comment.Poul-Henning Kamp2002-08-121-1/+1
* add support properly displaying and logging incoming telephone numbers (MSNs)Hellmuth Michaelis2002-08-1216-15/+164
* add opt_mac.h to SRCS to unbreak module build.Alfred Perlstein2002-08-121-1/+1
* Warn that hex keys are the most portable.Warner Losh2002-08-122-1/+8
* Assert that the inpcb lock is held when calling tcp_output().Jennifer Yang2002-08-121-0/+2