| Commit message (Expand) | Author | Age | Files | Lines |
* | s/SGNL/SIG/ | davidxu | 2002-09-05 | 11 | -42/+45 |
* | Include <sys/malloc.h> instead of depending on namespace pollution 2 | bde | 2002-09-05 | 9 | -54/+45 |
* | Uncommented MAC options so that they get linted. This exposes brokenness | bde | 2002-09-05 | 1 | -4/+4 |
* | Implement LINUX_TIOCSCTTY. | marcel | 2002-09-05 | 1 | -1/+4 |
* | Split up ptrace() into a wrapper that does the copying to and from | iedowse | 2002-09-05 | 3 | -163/+142 |
* | remove #pragma ident | alfred | 2002-09-04 | 1 | -2/+0 |
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 75 | -751/+423 |
* | Add a tip about using sed(1)'s FreeBSD-specific -i option. | jmallett | 2002-09-04 | 1 | -0/+10 |
* | Avoid a signedness warning by casting chain_index to a size_t. | dwmalone | 2002-09-04 | 1 | -1/+1 |
* | No need to declare optind as an external int. | dwmalone | 2002-09-04 | 1 | -1/+0 |
* | Make syslogd -u treat "*" as all levels by explictly setting pri_cmp | dwmalone | 2002-09-04 | 2 | -6/+24 |
* | When printing the wait status, break it down into a signal and a exit status. | dwmalone | 2002-09-04 | 1 | -4/+10 |
* | Swap sense of no_v[46]bind variables and rename as v[46]bind_ok - | dwmalone | 2002-09-04 | 1 | -19/+19 |
* | Fix parsing of unix domain entries after addition of IPv6 RPC support. | dwmalone | 2002-09-04 | 1 | -38/+39 |
* | Under DIAGNOSTIC, complain if a timeout(9) routine took more than 1msec. | phk | 2002-09-04 | 1 | -4/+23 |
* | On the ElanSC520 CPU use general purpose timer#2 as timecounter. | phk | 2002-09-04 | 1 | -0/+19 |
* | Change the support for AMDs ElanSC520 CPU from being a device driver to | phk | 2002-09-04 | 8 | -94/+63 |
* | Do not employ timecounter hardware if our hz does not support their | phk | 2002-09-04 | 1 | -2/+10 |
* | Function prototypes don't need 'extern'. | jhb | 2002-09-04 | 2 | -12/+12 |
* | Don't let children attach fast interrupts if the parent interrupt is normal. | phk | 2002-09-04 | 1 | -2/+2 |
* | Make consistent; turn spaces into tabs where there is a mixture. | markm | 2002-09-04 | 2 | -42/+42 |
* | Bring back the PUC_FASTINTR option, and implement it correctly so that | phk | 2002-09-04 | 2 | -2/+13 |
* | Give up on calling tc_ticktock() from a timeout, we have timeout | phk | 2002-09-04 | 3 | -4/+9 |
* | Add in_hosteq() and in_nullhost() macros to make life of developers | sobomax | 2002-09-04 | 1 | -0/+3 |
* | Sigh. The fix to the suspend code wasn't complete, since the resume | scottl | 2002-09-04 | 1 | -2/+2 |
* | More in the continuing saga of phk vs his strange serial card. | imp | 2002-09-04 | 1 | -80/+20 |
* | Alright, fix the problems with the elf loader for the Alpha. It turns | dillon | 2002-09-04 | 1 | -8/+18 |
* | Fix up a comment. | jhb | 2002-09-04 | 1 | -2/+2 |
* | Use resource_list_print_type() instead of duplicating the code in | jhb | 2002-09-04 | 4 | -132/+12 |
* | - Make pci_load_vendor_data() static and do it during MOD_LOAD instead of | jhb | 2002-09-04 | 3 | -19/+16 |
* | Use resource_list_print_types() instead of duplicating the code. | jhb | 2002-09-04 | 1 | -40/+4 |
* | Die on -D=foo, when parsing options - we can't let someone define (nil). | jmallett | 2002-09-04 | 1 | -0/+2 |
* | Deprecate the use of sendmail_enable="NONE" as it adversely affects the | gshapiro | 2002-09-03 | 2 | -5/+21 |
* | Make the text segment locating heuristics from rev 1.121 more reliable | peter | 2002-09-03 | 1 | -15/+10 |
* | - Change falloc() to acquire an fd from the process table last so that | jhb | 2002-09-03 | 1 | -108/+102 |
* | Don't try (and fail) to fchmod /dev/stdout. Revert the manual page | fanf | 2002-09-03 | 2 | -1/+3 |
* | - Move $FreeBSD$ to the top of the file. | jhb | 2002-09-03 | 1 | -2/+21 |
* | Add some KASSERT()'s to ensure that we don't perform spin mutex ops on | jhb | 2002-09-03 | 2 | -8/+32 |
* | Adhere to guidelines when testing for null strings. | eric | 2002-09-03 | 1 | -1/+1 |
* | Remove aic7xxx from the module build framework until all bootstrapping | gibbs | 2002-09-03 | 1 | -1/+0 |
* | nfsd doesn't die on SIGTERM but on SIGUSR1, correct script to kill nfsd with | gordon | 2002-09-03 | 1 | -0/+1 |
* | Don't need to install the signal trampoline here anymore. | jake | 2002-09-03 | 1 | -1/+0 |
* | Install the userland signal trampoline when sigaction is first called, | jake | 2002-09-03 | 2 | -1/+50 |
* | In the kernel code, we have the tsleep() call with the PCATCH argument. | davidxu | 2002-09-03 | 4 | -13/+93 |
* | Remove a debug printf. | phk | 2002-09-03 | 1 | -2/+2 |
* | Drop another cookie to wet Warners appetite: | phk | 2002-09-03 | 1 | -0/+6 |
* | Fix interrupt registration: | phk | 2002-09-03 | 1 | -10/+3 |
* | Style: fix a function whitespace stuff-up. Remove a debugging printf. | phk | 2002-09-03 | 1 | -2/+3 |
* | Style: move a global variable up to the top of the file. | phk | 2002-09-03 | 1 | -3/+2 |
* | Don't probe the interrupt on puc(4) attached devices. | phk | 2002-09-03 | 1 | -1/+1 |