summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-1026-48/+98
* Add a temporary hack that will go away with the ucred API update to bzerojhb2001-10-101-0/+1
* Malloc mutexes pre-zero'd as random garbage (including 0xdeadcode) myjhb2001-10-103-3/+3
* Remove references to nfsiod and nfs_client_flags now that they arejhb2001-10-108-8/+0
* Shared libraries from 4.4-FreeBSD needed for proper binary compatibility.obrien2001-10-105-14837/+22933
* Move setregs() out from under the PROC_LOCK so that it can use functionsdfr2001-10-101-4/+4
* Fix bug that cheated hook names out of the last 2 bytes.archie2001-10-101-2/+2
* Let "raw" mean IPPROTO_RAW instead of IPPROTO_IP.archie2001-10-101-1/+1
* Add an ia64 configuration. This is not likely to be optimal, but doespeter2001-10-101-0/+175
* Update reference URL.archie2001-10-101-1/+1
* use pcm_getbuffersize()orion2001-10-105-20/+39
* Add a -d flag to show deltas as opposed to cumulative countersluigi2001-10-101-6/+32
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-1036-57/+0
* Fix tabbing damage in last commit.obrien2001-10-101-3/+3
* -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
OpenPOWER on IntegriCloud