summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change the kernel's ucred API as follows:jhb2001-10-1121-106/+85
* Whitespace fixes.jhb2001-10-111-2/+2
* Rework some code to be a bit simpler by inverting a few tests and usingjhb2001-10-111-22/+12
* Fix declaration disagreement.mjacob2001-10-111-2/+2
* New release note: isp(4) Qlogic 2300 support. For some reason this didn'tbmah2001-10-112-0/+6
* Remove the hiding of some prototype declarations.mjacob2001-10-111-4/+0
* remove unused variable declarationmjacob2001-10-111-1/+1
* We use proc_rwmem (with the correct number of args) rather than procfs_domemobrien2001-10-111-2/+2
* Fix the ``WARNING: Driver mistake: repeat make_dev'', caused by usingjlemon2001-10-111-2/+3
* Note that PROCFS is mandatory at this time- until we fix themjacob2001-10-112-0/+4
* Oops, these already included sys/lock.h, they just did so afterjhb2001-10-114-4/+0
* 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
OpenPOWER on IntegriCloud