| Commit message (Expand) | Author | Age | Files | Lines |
| * | Priner control devices are now lpt*.ctl. | David E. O'Brien | 2004-07-18 | 1 | -1/+1 |
| * | Mention the vfs.usermount sysctl. | Christian Brueffer | 2004-07-18 | 1 | -0/+4 |
| * | Drop Giant and acquire the UNIX domain socket subsystem lock a bit | Robert Watson | 2004-07-18 | 1 | -4/+4 |
| * | Add an "out" to the now required BS of defining DESTDIR. | David E. O'Brien | 2004-07-18 | 1 | -1/+1 |
| * | This is a forced commit. | David Xu | 2004-07-18 | 0 | -0/+0 |
| * | m_tag_copy takes an additional "how" parameter in FreeBSD. | Max Laier | 2004-07-18 | 1 | -0/+8 |
| * | Fix macro so that we don't get missing initializer warnings. | Alfred Perlstein | 2004-07-17 | 1 | -1/+3 |
| * | Change named parameters from max (which conflicts with a macro in libkern.h) | Alfred Perlstein | 2004-07-17 | 1 | -2/+2 |
| * | Remedy my omission of one change in the prevision revision: pmap_remove() | Alan Cox | 2004-07-17 | 1 | -0/+3 |
| * | Fix typo. | David Xu | 2004-07-17 | 1 | -1/+1 |
| * | - Utilize pmap_pte_quick() rather than pmap_pte() in pmap_remove() and | Alan Cox | 2004-07-17 | 1 | -2/+4 |
| * | Fix the !INET6 build. | David Malone | 2004-07-17 | 1 | -0/+4 |
| * | Add a kern_setsockopt and kern_getsockopt which can read the option | David Malone | 2004-07-17 | 3 | -97/+108 |
| * | Properly terminate a quoted string in the previous commit. Oddly | Marcel Moolenaar | 2004-07-17 | 1 | -1/+1 |
| * | s/manditory/mandatory | Alfred Perlstein | 2004-07-17 | 1 | -3/+3 |
| * | Revert WARNS bump until I figure out why this does not work. | Johan Karlsson | 2004-07-17 | 1 | -1/+0 |
| * | Explain that for nfs, rpc.lockd and truss I am just noting that I _can_ | Alfred Perlstein | 2004-07-17 | 1 | -2/+3 |
| * | Support readlink(2) better. Readlink does not nul terminate the | Alfred Perlstein | 2004-07-17 | 10 | -20/+32 |
| * | The tcp syncache code was leaving the IPv6 flowlabel uninitialised | David Malone | 2004-07-17 | 2 | -6/+32 |
| * | When reporting reciept of a signal, print the signal's name. | Alfred Perlstein | 2004-07-17 | 3 | -7/+26 |
| * | Remove unused user_uname variable. | Tim Kientzle | 2004-07-17 | 2 | -16/+8 |
| * | Explicitly specify ATPROTO_DDP constant rather than '0' when binding | Robert Watson | 2004-07-17 | 1 | -1/+1 |
| * | Merge in a stable fix from OpenBSD: | Max Laier | 2004-07-17 | 1 | -52/+63 |
| * | Add a simple tool to bind netatalk sockets and perform send operations. | Robert Watson | 2004-07-17 | 2 | -0/+170 |
| * | Add the const qualifier to the prgregset_t argument for the *setregs* | Marcel Moolenaar | 2004-07-17 | 4 | -4/+4 |
| * | o ps_pd{read|write} and ps_pt{read|write} are obsolete interface | Marcel Moolenaar | 2004-07-17 | 1 | -22/+2 |
| * | Re-implement this file, including copyright notice. Keep David Xu as | Marcel Moolenaar | 2004-07-17 | 1 | -69/+31 |
| * | gcc now objects to a default label without any contents. Because I want | Robert Watson | 2004-07-17 | 1 | -0/+2 |
| * | Add simple regression test to detect leakage of file descriptors when | Robert Watson | 2004-07-17 | 2 | -0/+142 |
| * | Document the SUSER_RUID flag. | Colin Percival | 2004-07-17 | 1 | -2/+14 |
| * | Add a BUGS entry pointing out that the ASU flag isn't being set. This was | Colin Percival | 2004-07-17 | 1 | -0/+7 |
| * | Fix minor namespace pollution: The prototypes for f{dim,max,min}(), | Stefan Farfeleder | 2004-07-17 | 1 | -6/+6 |
| * | Dont set "address setup timing" on newer VIA chips. | Søren Schmidt | 2004-07-17 | 1 | -1/+2 |
| * | Use correct location for nsmb.conf file. | Boris Popov | 2004-07-17 | 1 | -1/+2 |
| * | Fix typo: carat -> caret. | Tim J. Robbins | 2004-07-17 | 1 | -1/+1 |
| * | Rename the sound device drivers. | Yoshihiro Takahashi | 2004-07-17 | 2 | -12/+14 |
| * | Merged from the following changes. | Yoshihiro Takahashi | 2004-07-17 | 6 | -60/+88 |
| * | Correct typo. | Yoshihiro Takahashi | 2004-07-17 | 1 | -1/+1 |
| * | Remove duplicate include. | Yoshihiro Takahashi | 2004-07-17 | 1 | -1/+0 |
| * | Add some PCI IDs for OHCI chips. | Hidetoshi Shimokawa | 2004-07-17 | 2 | -0/+30 |
| * | Resurrect kld support. Support ADDR16_HA/LA relocations, and sync | Peter Grehan | 2004-07-17 | 1 | -38/+40 |
| * | Make bsdtar the default system tar. This makes /usr/bin/tar a symlink | Tim Kientzle | 2004-07-17 | 2 | -2/+2 |
| * | Define semantic of M_SKIP_FIREWALL more precisely, i.e. also pass associated | Max Laier | 2004-07-17 | 3 | -22/+34 |
| * | Validate -o usage. Strictly speaking, -o only makes sense with -x, | Tim Kientzle | 2004-07-17 | 2 | -0/+8 |
| * | Mention in the BUGS section that write and wall bogusly use the sender's | Tim J. Robbins | 2004-07-17 | 2 | -1/+15 |
| * | Document incorrect handling of multibyte characters. | Tim J. Robbins | 2004-07-17 | 5 | -5/+23 |
| * | MFamd64 revision 1.478 | Alan Cox | 2004-07-17 | 1 | -6/+5 |
| * | Document the limitation that multibyte characters cannot be used as | Tim J. Robbins | 2004-07-17 | 1 | -1/+6 |
| * | Make M_SKIP_FIREWALL a global (and semantic) flag, preventing anything from | Juli Mallett | 2004-07-17 | 2 | -14/+2 |
| * | Support a ``set rad_alive N'' command to enable periodic RADIUS accounting | Brian Somers | 2004-07-17 | 7 | -42/+190 |