summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move the ia32_sigcode structure from ia32_sigtramp.c to ia32_signal.c.marcel2005-09-103-45/+19
* Remove redundant $FreeBSD$marcel2005-09-101-2/+0
* MFp4:imp2005-09-102-5/+6
* Split the export synopsis into two lines as -p cannot be mixed with variablestefanf2005-09-091-2/+3
* - Provide a reasonable error message for `export -p var'.stefanf2005-09-091-1/+3
* Fix the error message if the mask that is passed to umask -S containsstefanf2005-09-091-1/+1
* Change the High FP lock from a sleep lock to a spin lock. We canmarcel2005-09-094-16/+16
* Fix fallout from the previous commit:yar2005-09-091-4/+7
* Added missing builtins; a few other clean-ups.garys2005-09-091-10/+36
* Be a little more obvious about the steps to build a kernel.obrien2005-09-091-2/+4
* Expand a bit the description of the -t option.keramida2005-09-091-3/+9
* - Do not hold route entry lock, when calling arprequest(). One suchglebius2005-09-091-9/+17
* When a carp(4) interface is being destroyed and is in a promiscous mode,glebius2005-09-091-0/+1
* Introduce a new lock for the purpose of synchronizing access to thealc2005-09-091-22/+9
* Avoid updating resolv.conf when no changes have actually occured.brooks2005-09-081-0/+10
* When we fail to aquire a lease, our lease expires without a sucessfulbrooks2005-09-081-0/+1
* Set the G_PF_WITHER flag on the subdisk provider that is about tole2005-09-081-34/+1
* Unbreak the build. Committed from the wrong directory.mlaier2005-09-081-4/+5
* Minor improvement for the suspend case for Ricoh based (and others)imp2005-09-081-0/+1
* The ed driver lock is already held in the mii frobbing routines. Removeimp2005-09-081-11/+0
* Add note about what ED_DEFAULT_MAC_OFFSET applies toimp2005-09-081-0/+4
* Note that pc98 specific defines maybe would be better in a header file.imp2005-09-081-0/+1
* Commit imported changes to HEAD:mlaier2005-09-082-21/+67
* Fix an item leak, that happens when some node calls ng_callout() twoglebius2005-09-081-2/+6
* Rework locking, that I have introduced recently, since it was incorrect:glebius2005-09-081-35/+54
* Make callout_reset() return a non-zero value if a pending calloutglebius2005-09-083-9/+16
* Fix a typo that broke LINT.scottl2005-09-081-1/+1
* Move hme_stop() after ether_ifdetach() and if_free() to prevent akensmith2005-09-081-2/+2
* Reflect a recent change in /etc/rc.subr that made ``-M''yar2005-09-081-5/+9
* Add a new struct buf flag bit, B_PERSISTENT, and use it to tagtruckman2005-09-083-23/+25
* hptmv(4) now works on amd64.brueffer2005-09-081-1/+1
* Hook up the hptmv driver for amd64.scottl2005-09-084-1/+13
* Import new version of the HPTMV driver from Highpoint. The major changescottl2005-09-0721-3320/+5283
* Sorting the belly button lint of history:imp2005-09-071-7/+15
* Fix typo: Cowarly -> Cowardly.cperciva2005-09-071-1/+1
* Free the bpf descriptor array after we are done with it. This probably isntcsjp2005-09-071-0/+1
* Update usage to reflect the new option.csjp2005-09-071-1/+2
* Several changes: Added a BUGS section with several bugs. Andgarys2005-09-071-26/+94
* Use the more readable empty() syntax.obrien2005-09-073-9/+9
* Merge bpfstat's functionality into the netstat(1) utility. This addscsjp2005-09-075-3/+144
* In set_mouse_pos(), try to avoid division by zero errors.rodrigc2005-09-071-1/+2
* Correct insecure temporary file usage.cperciva2005-09-071-2/+0
* Ensure the full value is written into inode variables.obrien2005-09-071-2/+2
* IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR,obrien2005-09-076-35/+35
* Forward declaring static variables as extern is invalid ISO-C. Now thatobrien2005-09-074-5/+6
* Reorder code to not depend on an ISO-C illegal forward extern declaration.obrien2005-09-073-1796/+1793
* Fix bug where static forward declarations weren't accepted.obrien2005-09-071-1/+4
* Mention that uuidgen(1) generates DCE version 1 UUIDs onlyrse2005-09-072-4/+6
* Fix the type of the variable 'debug'. It is used as a bitmap, so theharti2005-09-071-1/+1
* Unbreak release builds. Now that NO_INFO also affects the installationmarcel2005-09-071-3/+2
OpenPOWER on IntegriCloud