summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* -r is implied with -B.ru2001-10-102-4/+2
* getnetbyaddr() should be serviced by the "networks" database.ru2001-10-101-1/+1
* Adjust so that we don't use relocations which can't exist in a shareddfr2001-10-104-5/+10
* Shorter versions of the byte swapping code.dfr2001-10-102-15/+7
* Added used includes. <sys/_lock.h> is a prerequisite for <sys/_mutex.h>,bde2001-10-101-0/+2
* Fixed some bitrot. The KSE interface change for vops had not reached here.bde2001-10-101-6/+6
* Add a definition for the ia64's special PLT_RESERVE entry in the _DYNAMICdfr2001-10-101-0/+4
* - Introduce a notion of `packing list format version'. This allows makingsobomax2001-10-1011-17/+146
* Check to see if the devfs MIB exists and return 1 if it exists ratherjkh2001-10-101-0/+9
* Fixed some style bugs:bde2001-10-101-3/+3
* The support for accelerating find_symdef() with a cache was broken. Thisdfr2001-10-101-8/+9
* WARNS=2 cleanup.sobomax2001-10-1027-175/+184
* Follow existing style a little betterdougb2001-10-101-3/+6
* Bump FreeBSD_version for strcasestr()ache2001-10-101-1/+1
* Remove a redundant use of &arch;.bmah2001-10-102-2/+2
* Implement strcasestr() which many others (f.e. Linux) already haveache2001-10-101-0/+1
* Implement strcasestr() which many others (f.e. Linux) already have.ache2001-10-103-2/+79
* Document the dumpdir variable, and write a better description of the dumpdevdes2001-10-101-11/+18
* - Combine kern.ps_showallprocs and kern.ipc.showallsockets intorwatson2001-10-098-49/+26
* Add a sentence giving a bit of background for recent newfs(8) changes.bmah2001-10-092-2/+6
* Make this build on ia64.dfr2001-10-091-1/+4
* Remove the Xresume* labels from the i386 interrupt handlers; theiedowse2001-10-0912-17/+14
* Clarify a comment.dfr2001-10-091-1/+3
* Update to using the pcm_getbuffersize() method.scottl2001-10-091-9/+12
* Add a dumpdir variable that determines where savecore stores crash dumps.des2001-10-092-2/+6
* proces -> process in a comment.jhb2001-10-091-1/+1
* Document the fact that the strnstr(3) function is not portable.mike2001-10-091-0/+5
* o Recent addition of (p1==p2) exception in p_candebug() permittedrwatson2001-10-091-2/+9
* Use crhold() instead of crdup() since we aren't modifying the cred butjhb2001-10-091-1/+2
* Don't mangle vendor ids to put them in __RCSID. Just ifdef all vendormike2001-10-091-1/+6
* Use crhold() instead of crdup(). The md(4) driver doesn't modify the ucredjhb2001-10-091-1/+2
* Remove greatly outdated comment that systat(1) takes 2-10% of the CPU time.sobomax2001-10-091-1/+0
* Remove an unneeded variable declaration and statement.robert2001-10-095-10/+0
* (forced commit)mike2001-10-090-0/+0
* Added Logitec LHA-301 pnp id.nyan2001-10-091-0/+1
* Pad input with null characters if it is not a multiple of 3.ru2001-10-092-1/+7
* Don't include isavar.h - we don't need it.dfr2001-10-091-1/+0
* Add a minimalist kernel config which can run inside SKI.dfr2001-10-091-0/+87
* The previous change also disaligned lines with AF_IPX and AF_NSru2001-10-091-10/+10
* Bump for switch to XFree86 4.x.obrien2001-10-091-1/+1
* Update for FILE v3.37.ru2001-10-092-5/+23
* Minor output formatting for 'netstat -i':mdodd2001-10-091-7/+7
* The kernel doesn't have <stdio.h> or <string.h>. Remove these.jlemon2001-10-091-2/+0
* Updated release note: FILE 3.37.bmah2001-10-092-6/+4
* Make this compile after last commit. It should be:peter2001-10-091-1/+1
* Add a new libc function, strnstr(3), which allows one to limit themike2001-10-094-12/+125
* Sync this file up with its i386 brother. This appears to have been missedpeter2001-10-092-8/+70
* Fix one more compile-time warning by renaming a local variable.gad2001-10-091-3/+3
* Fix a compile-time warning by declaring 'len' as size_t instead of int.gad2001-10-091-1/+1
* Rename the local variable 'person' to 'lpr_username', to avoid compile-timegad2001-10-091-9/+9
OpenPOWER on IntegriCloud