| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the ia32_sigcode structure from ia32_sigtramp.c to ia32_signal.c. | marcel | 2005-09-10 | 3 | -45/+19 |
* | Remove redundant $FreeBSD$ | marcel | 2005-09-10 | 1 | -2/+0 |
* | MFp4: | imp | 2005-09-10 | 2 | -5/+6 |
* | Split the export synopsis into two lines as -p cannot be mixed with variable | stefanf | 2005-09-09 | 1 | -2/+3 |
* | - Provide a reasonable error message for `export -p var'. | stefanf | 2005-09-09 | 1 | -1/+3 |
* | Fix the error message if the mask that is passed to umask -S contains | stefanf | 2005-09-09 | 1 | -1/+1 |
* | Change the High FP lock from a sleep lock to a spin lock. We can | marcel | 2005-09-09 | 4 | -16/+16 |
* | Fix fallout from the previous commit: | yar | 2005-09-09 | 1 | -4/+7 |
* | Added missing builtins; a few other clean-ups. | garys | 2005-09-09 | 1 | -10/+36 |
* | Be a little more obvious about the steps to build a kernel. | obrien | 2005-09-09 | 1 | -2/+4 |
* | Expand a bit the description of the -t option. | keramida | 2005-09-09 | 1 | -3/+9 |
* | - Do not hold route entry lock, when calling arprequest(). One such | glebius | 2005-09-09 | 1 | -9/+17 |
* | When a carp(4) interface is being destroyed and is in a promiscous mode, | glebius | 2005-09-09 | 1 | -0/+1 |
* | Introduce a new lock for the purpose of synchronizing access to the | alc | 2005-09-09 | 1 | -22/+9 |
* | Avoid updating resolv.conf when no changes have actually occured. | brooks | 2005-09-08 | 1 | -0/+10 |
* | When we fail to aquire a lease, our lease expires without a sucessful | brooks | 2005-09-08 | 1 | -0/+1 |
* | Set the G_PF_WITHER flag on the subdisk provider that is about to | le | 2005-09-08 | 1 | -34/+1 |
* | Unbreak the build. Committed from the wrong directory. | mlaier | 2005-09-08 | 1 | -4/+5 |
* | Minor improvement for the suspend case for Ricoh based (and others) | imp | 2005-09-08 | 1 | -0/+1 |
* | The ed driver lock is already held in the mii frobbing routines. Remove | imp | 2005-09-08 | 1 | -11/+0 |
* | Add note about what ED_DEFAULT_MAC_OFFSET applies to | imp | 2005-09-08 | 1 | -0/+4 |
* | Note that pc98 specific defines maybe would be better in a header file. | imp | 2005-09-08 | 1 | -0/+1 |
* | Commit imported changes to HEAD: | mlaier | 2005-09-08 | 2 | -21/+67 |
* | Fix an item leak, that happens when some node calls ng_callout() two | glebius | 2005-09-08 | 1 | -2/+6 |
* | Rework locking, that I have introduced recently, since it was incorrect: | glebius | 2005-09-08 | 1 | -35/+54 |
* | Make callout_reset() return a non-zero value if a pending callout | glebius | 2005-09-08 | 3 | -9/+16 |
* | Fix a typo that broke LINT. | scottl | 2005-09-08 | 1 | -1/+1 |
* | Move hme_stop() after ether_ifdetach() and if_free() to prevent a | kensmith | 2005-09-08 | 1 | -2/+2 |
* | Reflect a recent change in /etc/rc.subr that made ``-M'' | yar | 2005-09-08 | 1 | -5/+9 |
* | Add a new struct buf flag bit, B_PERSISTENT, and use it to tag | truckman | 2005-09-08 | 3 | -23/+25 |
* | hptmv(4) now works on amd64. | brueffer | 2005-09-08 | 1 | -1/+1 |
* | Hook up the hptmv driver for amd64. | scottl | 2005-09-08 | 4 | -1/+13 |
* | Import new version of the HPTMV driver from Highpoint. The major change | scottl | 2005-09-07 | 21 | -3320/+5283 |
* | Sorting the belly button lint of history: | imp | 2005-09-07 | 1 | -7/+15 |
* | Fix typo: Cowarly -> Cowardly. | cperciva | 2005-09-07 | 1 | -1/+1 |
* | Free the bpf descriptor array after we are done with it. This probably isnt | csjp | 2005-09-07 | 1 | -0/+1 |
* | Update usage to reflect the new option. | csjp | 2005-09-07 | 1 | -1/+2 |
* | Several changes: Added a BUGS section with several bugs. And | garys | 2005-09-07 | 1 | -26/+94 |
* | Use the more readable empty() syntax. | obrien | 2005-09-07 | 3 | -9/+9 |
* | Merge bpfstat's functionality into the netstat(1) utility. This adds | csjp | 2005-09-07 | 5 | -3/+144 |
* | In set_mouse_pos(), try to avoid division by zero errors. | rodrigc | 2005-09-07 | 1 | -1/+2 |
* | Correct insecure temporary file usage. | cperciva | 2005-09-07 | 1 | -2/+0 |
* | Ensure the full value is written into inode variables. | obrien | 2005-09-07 | 1 | -2/+2 |
* | IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR, | obrien | 2005-09-07 | 6 | -35/+35 |
* | Forward declaring static variables as extern is invalid ISO-C. Now that | obrien | 2005-09-07 | 4 | -5/+6 |
* | Reorder code to not depend on an ISO-C illegal forward extern declaration. | obrien | 2005-09-07 | 3 | -1796/+1793 |
* | Fix bug where static forward declarations weren't accepted. | obrien | 2005-09-07 | 1 | -1/+4 |
* | Mention that uuidgen(1) generates DCE version 1 UUIDs only | rse | 2005-09-07 | 2 | -4/+6 |
* | Fix the type of the variable 'debug'. It is used as a bitmap, so the | harti | 2005-09-07 | 1 | -1/+1 |
* | Unbreak release builds. Now that NO_INFO also affects the installation | marcel | 2005-09-07 | 1 | -3/+2 |