| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove the Bugs section, which is not relevant to FreeBSD: there is no | Tim J. Robbins | 2002-08-13 | 1 | -2/+0 |
| * | FreeBSD-ify: use In macro for header files in Synopsis, St C-99 instead of | Tim J. Robbins | 2002-08-13 | 4 | -12/+12 |
| * | Unravel the UFS_EXTATTR incest between FFS and UFS: UFS_EXTATTR is an | Poul-Henning Kamp | 2002-08-13 | 2 | -7/+65 |
| * | Add PowerPC category. | Marc Fonvieille | 2002-08-13 | 1 | -0/+3 |
| * | Add a #include for <sys/mount.h> | Poul-Henning Kamp | 2002-08-13 | 1 | -0/+1 |
| * | Introduce typedefs for the member functions of struct vfsops and employ | Poul-Henning Kamp | 2002-08-13 | 12 | -95/+93 |
| * | Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), | Tim J. Robbins | 2002-08-13 | 40 | -12/+868 |
| * | Make SYSVSEM mpsafe. Each semaphore set gets its own lock, however | Alfred Perlstein | 2002-08-13 | 1 | -87/+172 |
| * | A cooperative effort... | Doug Barton | 2002-08-13 | 3 | -100/+150 |
| * | Make SYSVMSG mpsafe. Right now there is a global lock over the | Alfred Perlstein | 2002-08-13 | 1 | -19/+31 |
| * | - Hold the vnode lock throughout execve. | Jeff Roberson | 2002-08-13 | 8 | -74/+91 |
| * | o Remove an unnecessary vm_page_flash() from _pmap_unwire_pte_hold(). | Alan Cox | 2002-08-13 | 3 | -6/+0 |
| * | - Extend the vnode_free_list_mtx to cover numvnodes and freevnodes. This | Jeff Roberson | 2002-08-13 | 1 | -3/+15 |
| * | Introduce support for labeling and access control of pipe objects | Robert Watson | 2002-08-13 | 1 | -0/+60 |
| * | Attach uvisor(4) to the build. | Tom Rhodes | 2002-08-13 | 1 | -0/+1 |
| * | Add the uvisor(4) manual page. | Tom Rhodes | 2002-08-13 | 1 | -0/+76 |
| * | don't include redunant \n in panic message | Warner Losh | 2002-08-12 | 1 | -2/+2 |
| * | Don't redundantly include \n in panic messages | Warner Losh | 2002-08-12 | 1 | -1/+1 |
| * | Update for recent changes in the usb code. | Josef Karthauser | 2002-08-12 | 1 | -11/+6 |
| * | Replace /dev/tty with /dev/ucom. | Josef Karthauser | 2002-08-12 | 1 | -2/+2 |
| * | Shut up warning in debug code. | Søren Schmidt | 2002-08-12 | 1 | -5/+5 |
| * | Handle the escaped colon \: in a capability. | Ruslan Ermilov | 2002-08-12 | 3 | -2/+5 |
| * | o Convert three instances of vm_page_sleep_busy() into vm_page_sleep_if_busy() | Alan Cox | 2002-08-12 | 2 | -18/+30 |
| * | Add a Promise ATA133 chip to supported hardware list. | Bruce A. Mah | 2002-08-12 | 2 | -0/+6 |
| * | Fix typing error in prev. commit | Andrey A. Chernov | 2002-08-12 | 1 | -1/+1 |
| * | Fix style bug in prev. commit | Andrey A. Chernov | 2002-08-12 | 1 | -2/+1 |
| * | Now malloc() is fixed, remove errno hardcoding to ENOMEM | Andrey A. Chernov | 2002-08-12 | 1 | -3/+6 |
| * | Use the credential authorizing the socket creation operation to perform | Robert Watson | 2002-08-12 | 1 | -2/+2 |
| * | Enforce MAC policy in cttyread() as well as the other operations | Robert Watson | 2002-08-12 | 1 | -1/+6 |
| * | Pass IO_NOMACCHECK to vn_rdwr() in the following checks to prevent | Robert Watson | 2002-08-12 | 7 | -26/+34 |
| * | Reflect support for 82801CA (ICH3) and 82801DC (ICH4) PCI chips. | Mark Peek | 2002-08-12 | 1 | -1/+1 |
| * | Add PCI ID for ICH4 SMBus controller. | Mark Peek | 2002-08-12 | 1 | -1/+5 |
| * | Implement IO_NOMACCHECK in vn_rdwr() -- perform MAC checks (assuming | Robert Watson | 2002-08-12 | 1 | -4/+17 |
| * | Ensure that origin field in the packing list structure is initialised. This | Maxim Sobolev | 2002-08-12 | 1 | -0/+1 |
| * | Correct error handling during MAC transmission check for if_gif. | Robert Watson | 2002-08-12 | 1 | -2/+5 |
| * | Add PCI ID for the ICH4 AC97 controller. | Mark Peek | 2002-08-12 | 1 | -0/+4 |
| * | Depend on opt_mac.h. | Robert Watson | 2002-08-12 | 1 | -1/+2 |
| * | Manual pages for fwide(), getwc(), fgetwc(), getwchar(), putwc(), fputwc(), | Tim J. Robbins | 2002-08-12 | 4 | -0/+417 |
| * | Claim conformance to 1003.2-1992 instead of 1003.1-2001 due to doubts | Tim J. Robbins | 2002-08-12 | 1 | -1/+1 |
| * | Now, malloc is fixed, remove ENOMEM hardcode | Andrey A. Chernov | 2002-08-12 | 1 | -12/+11 |
| * | o Test and change to the correct directory, /var/spool/.hoststat | Jens Schweikhardt | 2002-08-12 | 1 | -8/+5 |
| * | Fix su job control (recently introduced for PAM cleanup purposes) to not | Andrey A. Chernov | 2002-08-12 | 1 | -3/+6 |
| * | Use roundup2() to avoid a problem where pmap_growkernel was unable | Ian Dowse | 2002-08-12 | 2 | -2/+2 |
| * | Stop pretending that the FFS file ufs_readwrite.c is a UFS file. | Poul-Henning Kamp | 2002-08-12 | 2 | -1075/+1028 |
| * | Fix typos (s/seperat/separat/ et al); add FreeBSD ID. | Jens Schweikhardt | 2002-08-12 | 3 | -14/+17 |
| * | Fix a comment. | Poul-Henning Kamp | 2002-08-12 | 1 | -1/+1 |
| * | add support properly displaying and logging incoming telephone numbers (MSNs) | Hellmuth Michaelis | 2002-08-12 | 16 | -15/+164 |
| * | add opt_mac.h to SRCS to unbreak module build. | Alfred Perlstein | 2002-08-12 | 1 | -1/+1 |
| * | Warn that hex keys are the most portable. | Warner Losh | 2002-08-12 | 2 | -1/+8 |
| * | Assert that the inpcb lock is held when calling tcp_output(). | Jennifer Yang | 2002-08-12 | 1 | -0/+2 |