summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing includes of sys/ktr.h.jhb2001-10-119-0/+9
* Add missing includes of sys/lock.h.jhb2001-10-1115-0/+15
* Note that strncmp() will not compare characters after a NUL character.mike2001-10-111-1/+8
* Clarify that strnstr() will stop searching after in encounters a NULmike2001-10-111-5/+8
* Move two misplaced release notes to the correct location.bmah2001-10-112-16/+16
* MFCs noted: amdpm(4), new newfs(8) cylinder group defaults.bmah2001-10-112-4/+4
* - Bump document date for eaccess(2) addition.ru2001-10-111-27/+35
* Fixed bugs from revision 1.27. Specifically:ru2001-10-111-9/+16
* Fix typo in comment.dfr2001-10-111-1/+1
* Implement MCOUNT hook for assembler. Probably doesn't work right.dfr2001-10-111-3/+1
* Implement mcount trampoline (untested).dfr2001-10-111-114/+64
* Change to track the new calling convention for execve. This version onlydfr2001-10-111-17/+3
* * Change the calling convention for execve so that it conforms to normaldfr2001-10-111-11/+19
* Add missing space.dd2001-10-112-2/+2
* Add missing section number to a cross-reference to login(1).yar2001-10-111-1/+1
* Make `-t' flag in pkg_*(1) tools actually working.sobomax2001-10-111-1/+2
* Documentation nitpick. IPFIREWALL_VERBOSE logging really has nothingcjc2001-10-112-4/+2
* Fix the phrase about "both files", which must be leftyar2001-10-111-1/+3
* Update comments regarding the transient nature of k_kproc and u_mdpeter2001-10-111-6/+1
* Fix SysV Semaphore Handling.mr2001-10-114-69/+199
* Move device nodes into a /dev/net/ directory, to avoid conflict withjlemon2001-10-111-8/+61
* takashi shibagaki-san posted a similar patch to nomads. It seems thatimp2001-10-111-1/+6
* Set if_type and if_addrlen before calling if_attach(), so the values arejlemon2001-10-111-1/+1
* Use the NetBSD init code for the TOPIC parts as a more complete basisimp2001-10-112-13/+77
* 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
OpenPOWER on IntegriCloud