aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - Return two shared locks to exclusive locks. This was premature.Jeff Roberson2002-08-221-2/+11
* (forced commit to get the correct log message)Jeff Roberson2002-08-220-0/+0
* - Fix interlock handling in vn_lock(). Previously, vn_lock() could returnJeff Roberson2002-08-221-10/+12
* - Fix interlock handling in vn_lock(). Previously, vn_lock() could returnJeff Roberson2002-08-221-17/+9
* Encrypted strings (after hex decoding) aren't null terminated, becauseNick Sayer2002-08-222-8/+0
* Fix a nasty memory corruption bug caused by having a bogus pointerMarcel Moolenaar2002-08-221-0/+8
* Use correct document date for the -a option.Johan Karlsson2002-08-221-1/+1
* Add the -a option to report all matches instead of only theJohan Karlsson2002-08-223-57/+145
* Removed extra $FreeBSD$. Moved #if 0 for the vendor id to the correctBruce Evans2002-08-221-5/+3
* Don't use "NULL" when "0" is really meant.Archie Cobbs2002-08-228-18/+18
* Make __clock_t use `unsigned long' rather than a fixed 32-bit integerMike Barcroft2002-08-221-1/+1
* TX/RX descriptor/buffer management changes.Prafulla Deuskar2002-08-212-312/+216
* Don't use "NULL" when "0" is really meant.Archie Cobbs2002-08-2113-24/+24
* Jump in.Thomas Quinot2002-08-211-0/+1
* For scripts that are called in non-login environments (in particularJoerg Wunsch2002-08-212-1/+52
* Revert some suspension/sleep/signal code from KSE-IIIJulian Elischer2002-08-213-43/+49
* Fixed getaddrinfo to honor sortlist in /etc/resolv.confJim Pirzyk2002-08-211-0/+82
* Make the V2 errno translation more resistent to new errnos.Poul-Henning Kamp2002-08-211-21/+22
* Include stddef.h for NULL definition, rather than rolling our own here.Warner Losh2002-08-211-2/+1
* Don't use NULL when we really mean 0 for call to pw_edit.Warner Losh2002-08-211-1/+1
* Use '0' instead of NULL when we mean the integer constant 0 and not aWarner Losh2002-08-211-1/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-21113-875/+875
* s/filesystem/file system/ as discussed on -developersTom Rhodes2002-08-2125-75/+75
* s/EDOFUS/EDOOFUS/Poul-Henning Kamp2002-08-214-6/+6
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-2193-1402/+1380
* - Do not pretend to compile a kernel and remove the definitionRobert Drehmel2002-08-211-2/+0
* Don't use NULL where you really mean 0 to sysctlbyname.Warner Losh2002-08-211-1/+1
* Fix a few typos, among them s/builtin/built-in/ (except for the refJens Schweikhardt2002-08-211-36/+36
* Use the _STA method of a battery control method to see if a battery isJohn Baldwin2002-08-211-10/+16
* Add myself.Oliver Braun2002-08-211-0/+1
* - Define the macro _KERNEL to pretend we are compiling a kernel.Robert Drehmel2002-08-211-1/+2
* Create new functions in_sockaddr(), in6_sockaddr(), andDon Lewis2002-08-215-84/+130
* Fix a typo in #if 0 codeScott Long2002-08-211-1/+1
* Fix for stand-alone compilingScott Long2002-08-211-0/+4
* - Document two cases, one in vget and the other in vn_lock, where the stateJeff Roberson2002-08-212-0/+2
* Fix typo and ispell while I'm here.Jens Schweikhardt2002-08-211-2/+2
* Suggest that function prototypes in kernel headers be alphabetical,Warner Losh2002-08-211-0/+3
* - If vn_lock fails with the LK_INTERLOCK flag set, interlock will not beJeff Roberson2002-08-211-2/+3
* - Add two new debugging macros: ASSERT_VI_LOCKED and ASSERT_VI_UNLOCKEDJeff Roberson2002-08-214-8/+90
* Whoops, the manpage lied... ipfw2 has always accepted addr:maskLuigi Rizzo2002-08-211-11/+14
* When setting the WI_RID_ENCRYPTION mode, we have to conditionallyWarner Losh2002-08-211-11/+20
* comment about the magic number -149Warner Losh2002-08-211-0/+6
* Treat IBSS the same as ADHOC in wi_get_cur_ssid. This makes ifconfigWarner Losh2002-08-211-0/+1
* - Hold the vnode lock across unlink() so that the v_vflag check is safe.Jeff Roberson2002-08-212-30/+40
* Keep subdirectory list sorted.Archie Cobbs2002-08-201-2/+2
* A chunk of cleanup, both stylistic and substantive.Matt Jacob2002-08-206-330/+1021
* Restrict visibility of wcwidth() and wcswidth(); they are XSI extensions.Tim J. Robbins2002-08-201-2/+5
* Add ng_l2tp module.Archie Cobbs2002-08-202-2/+9
* Man page for new L2TP netgraph node type.Archie Cobbs2002-08-202-0/+304
* New L2TP netgraph node type.Archie Cobbs2002-08-205-1/+1644