| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the kernel's ucred API as follows: | jhb | 2001-10-11 | 21 | -106/+85 |
* | Whitespace fixes. | jhb | 2001-10-11 | 1 | -2/+2 |
* | Rework some code to be a bit simpler by inverting a few tests and using | jhb | 2001-10-11 | 1 | -22/+12 |
* | Fix declaration disagreement. | mjacob | 2001-10-11 | 1 | -2/+2 |
* | New release note: isp(4) Qlogic 2300 support. For some reason this didn't | bmah | 2001-10-11 | 2 | -0/+6 |
* | Remove the hiding of some prototype declarations. | mjacob | 2001-10-11 | 1 | -4/+0 |
* | remove unused variable declaration | mjacob | 2001-10-11 | 1 | -1/+1 |
* | We use proc_rwmem (with the correct number of args) rather than procfs_domem | obrien | 2001-10-11 | 1 | -2/+2 |
* | Fix the ``WARNING: Driver mistake: repeat make_dev'', caused by using | jlemon | 2001-10-11 | 1 | -2/+3 |
* | Note that PROCFS is mandatory at this time- until we fix the | mjacob | 2001-10-11 | 2 | -0/+4 |
* | Oops, these already included sys/lock.h, they just did so after | jhb | 2001-10-11 | 4 | -4/+0 |
* | Add missing includes of sys/ktr.h. | jhb | 2001-10-11 | 9 | -0/+9 |
* | Add missing includes of sys/lock.h. | jhb | 2001-10-11 | 15 | -0/+15 |
* | Note that strncmp() will not compare characters after a NUL character. | mike | 2001-10-11 | 1 | -1/+8 |
* | Clarify that strnstr() will stop searching after in encounters a NUL | mike | 2001-10-11 | 1 | -5/+8 |
* | Move two misplaced release notes to the correct location. | bmah | 2001-10-11 | 2 | -16/+16 |
* | MFCs noted: amdpm(4), new newfs(8) cylinder group defaults. | bmah | 2001-10-11 | 2 | -4/+4 |
* | - Bump document date for eaccess(2) addition. | ru | 2001-10-11 | 1 | -27/+35 |
* | Fixed bugs from revision 1.27. Specifically: | ru | 2001-10-11 | 1 | -9/+16 |
* | Fix typo in comment. | dfr | 2001-10-11 | 1 | -1/+1 |
* | Implement MCOUNT hook for assembler. Probably doesn't work right. | dfr | 2001-10-11 | 1 | -3/+1 |
* | Implement mcount trampoline (untested). | dfr | 2001-10-11 | 1 | -114/+64 |
* | Change to track the new calling convention for execve. This version only | dfr | 2001-10-11 | 1 | -17/+3 |
* | * Change the calling convention for execve so that it conforms to normal | dfr | 2001-10-11 | 1 | -11/+19 |
* | Add missing space. | dd | 2001-10-11 | 2 | -2/+2 |
* | Add missing section number to a cross-reference to login(1). | yar | 2001-10-11 | 1 | -1/+1 |
* | Make `-t' flag in pkg_*(1) tools actually working. | sobomax | 2001-10-11 | 1 | -1/+2 |
* | Documentation nitpick. IPFIREWALL_VERBOSE logging really has nothing | cjc | 2001-10-11 | 2 | -4/+2 |
* | Fix the phrase about "both files", which must be left | yar | 2001-10-11 | 1 | -1/+3 |
* | Update comments regarding the transient nature of k_kproc and u_md | peter | 2001-10-11 | 1 | -6/+1 |
* | Fix SysV Semaphore Handling. | mr | 2001-10-11 | 4 | -69/+199 |
* | Move device nodes into a /dev/net/ directory, to avoid conflict with | jlemon | 2001-10-11 | 1 | -8/+61 |
* | takashi shibagaki-san posted a similar patch to nomads. It seems that | imp | 2001-10-11 | 1 | -1/+6 |
* | Set if_type and if_addrlen before calling if_attach(), so the values are | jlemon | 2001-10-11 | 1 | -1/+1 |
* | Use the NetBSD init code for the TOPIC parts as a more complete basis | imp | 2001-10-11 | 2 | -13/+77 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 26 | -48/+98 |
* | Add a temporary hack that will go away with the ucred API update to bzero | jhb | 2001-10-10 | 1 | -0/+1 |
* | Malloc mutexes pre-zero'd as random garbage (including 0xdeadcode) my | jhb | 2001-10-10 | 3 | -3/+3 |
* | Remove references to nfsiod and nfs_client_flags now that they are | jhb | 2001-10-10 | 8 | -8/+0 |
* | Shared libraries from 4.4-FreeBSD needed for proper binary compatibility. | obrien | 2001-10-10 | 5 | -14837/+22933 |
* | Move setregs() out from under the PROC_LOCK so that it can use functions | dfr | 2001-10-10 | 1 | -4/+4 |
* | Fix bug that cheated hook names out of the last 2 bytes. | archie | 2001-10-10 | 1 | -2/+2 |
* | Let "raw" mean IPPROTO_RAW instead of IPPROTO_IP. | archie | 2001-10-10 | 1 | -1/+1 |
* | Add an ia64 configuration. This is not likely to be optimal, but does | peter | 2001-10-10 | 1 | -0/+175 |
* | Update reference URL. | archie | 2001-10-10 | 1 | -1/+1 |
* | use pcm_getbuffersize() | orion | 2001-10-10 | 5 | -20/+39 |
* | Add a -d flag to show deltas as opposed to cumulative counters | luigi | 2001-10-10 | 1 | -6/+32 |
* | Compensate for "Compensate for header dethreading" by backing it out. | bde | 2001-10-10 | 36 | -57/+0 |
* | Fix tabbing damage in last commit. | obrien | 2001-10-10 | 1 | -3/+3 |
* | -r is implied with -B. | ru | 2001-10-10 | 2 | -4/+2 |