aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* In tcp_ctlinput() do not swap ip->ip_len a second time. ItAndre Oppermann2005-09-102-4/+6
* Even if there are no valid keys in metadata, but provider is attachedPawel Jakub Dawidek2005-09-101-5/+5
* Exit the shell if a pipeline that is not preceded by ! fails and set -e isStefan Farfeleder2005-09-101-3/+7
* Merge db_interface.c and db_trace.c into db_machdep.c.Marcel Moolenaar2005-09-103-339/+291
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()Marcel Moolenaar2005-09-109-31/+3
* Move the ia32_sigcode structure from ia32_sigtramp.c to ia32_signal.c.Marcel Moolenaar2005-09-103-45/+19
* Remove redundant $FreeBSD$Marcel Moolenaar2005-09-101-2/+0
* MFp4:Warner Losh2005-09-102-5/+6
* Split the export synopsis into two lines as -p cannot be mixed with variableStefan Farfeleder2005-09-091-2/+3
* - Provide a reasonable error message for `export -p var'.Stefan Farfeleder2005-09-091-1/+3
* Fix the error message if the mask that is passed to umask -S containsStefan Farfeleder2005-09-091-1/+1
* Change the High FP lock from a sleep lock to a spin lock. We canMarcel Moolenaar2005-09-094-16/+16
* Fix fallout from the previous commit:Yaroslav Tykhiy2005-09-091-4/+7
* Added missing builtins; a few other clean-ups.Gary W. Swearingen2005-09-091-10/+36
* Be a little more obvious about the steps to build a kernel.David E. O'Brien2005-09-091-2/+4
* Expand a bit the description of the -t option.Giorgos Keramidas2005-09-091-3/+9
* - Do not hold route entry lock, when calling arprequest(). One suchGleb Smirnoff2005-09-091-9/+17
* When a carp(4) interface is being destroyed and is in a promiscous mode,Gleb Smirnoff2005-09-091-0/+1
* Introduce a new lock for the purpose of synchronizing access to theAlan Cox2005-09-091-22/+9
* Avoid updating resolv.conf when no changes have actually occured.Brooks Davis2005-09-081-0/+10
* When we fail to aquire a lease, our lease expires without a sucessfulBrooks Davis2005-09-081-0/+1
* Set the G_PF_WITHER flag on the subdisk provider that is about toLukas Ertl2005-09-081-34/+1
* Unbreak the build. Committed from the wrong directory.Max Laier2005-09-081-4/+5
* Minor improvement for the suspend case for Ricoh based (and others)Warner Losh2005-09-081-0/+1
* The ed driver lock is already held in the mii frobbing routines. RemoveWarner Losh2005-09-081-11/+0
* Add note about what ED_DEFAULT_MAC_OFFSET applies toWarner Losh2005-09-081-0/+4
* Note that pc98 specific defines maybe would be better in a header file.Warner Losh2005-09-081-0/+1
* Commit imported changes to HEAD:Max Laier2005-09-082-21/+67
* Fix an item leak, that happens when some node calls ng_callout() twoGleb Smirnoff2005-09-081-2/+6
* Rework locking, that I have introduced recently, since it was incorrect:Gleb Smirnoff2005-09-081-35/+54
* Make callout_reset() return a non-zero value if a pending calloutGleb Smirnoff2005-09-083-9/+16
* Fix a typo that broke LINT.Scott Long2005-09-081-1/+1
* Move hme_stop() after ether_ifdetach() and if_free() to prevent aKen Smith2005-09-081-2/+2
* Reflect a recent change in /etc/rc.subr that made ``-M''Yaroslav Tykhiy2005-09-081-5/+9
* Add a new struct buf flag bit, B_PERSISTENT, and use it to tagDon Lewis2005-09-083-23/+25
* hptmv(4) now works on amd64.Christian Brueffer2005-09-081-1/+1
* Hook up the hptmv driver for amd64.Scott Long2005-09-084-1/+13
* Import new version of the HPTMV driver from Highpoint. The major changeScott Long2005-09-0721-3320/+5283
* Sorting the belly button lint of history:Warner Losh2005-09-071-7/+15
* Fix typo: Cowarly -> Cowardly.Colin Percival2005-09-071-1/+1
* Free the bpf descriptor array after we are done with it. This probably isntChristian S.J. Peron2005-09-071-0/+1
* Update usage to reflect the new option.Christian S.J. Peron2005-09-071-1/+2
* Several changes: Added a BUGS section with several bugs. AndGary W. Swearingen2005-09-071-26/+94
* Use the more readable empty() syntax.David E. O'Brien2005-09-073-9/+9
* Merge bpfstat's functionality into the netstat(1) utility. This addsChristian S.J. Peron2005-09-075-3/+144
* In set_mouse_pos(), try to avoid division by zero errors.Craig Rodrigues2005-09-071-1/+2
* Correct insecure temporary file usage.Colin Percival2005-09-071-2/+0
* Ensure the full value is written into inode variables.David E. O'Brien2005-09-071-2/+2
* IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR,David E. O'Brien2005-09-076-35/+35
* Forward declaring static variables as extern is invalid ISO-C. Now thatDavid E. O'Brien2005-09-074-5/+6