| Commit message (Expand) | Author | Age | Files | Lines |
* | Modify rpc.yppasswdd to use the new AF_LOCAL transport in the RPC library | wpaul | 1997-07-29 | 7 | -449/+104 |
* | Two minor, pedantic fixes from bde for my last pedantic fixes, plus | imp | 1997-07-29 | 10 | -33/+29 |
* | Add support for busmaster DMA on some PCI IDE chipsets. | sos | 1997-07-29 | 7 | -17/+1111 |
* | Change /var/run owner to root - sendmail can't write sendmail.pid | ache | 1997-07-29 | 1 | -2/+2 |
* | Add usage(), use err(3). | charnier | 1997-07-29 | 4 | -72/+76 |
* | Remove prog, unused variables. | charnier | 1997-07-29 | 7 | -30/+23 |
* | Use err(3) instead of local redefinition. | charnier | 1997-07-29 | 2 | -43/+17 |
* | Use err(3). | charnier | 1997-07-29 | 2 | -55/+69 |
* | Add usage(). | charnier | 1997-07-29 | 2 | -14/+28 |
* | Return to using disable/enable_intr() for guarding DMA register access. | msmith | 1997-07-29 | 2 | -14/+20 |
* | Fix boatloads of buffer overflows from the OpenBSD tree. | imp | 1997-07-29 | 9 | -100/+151 |
* | Allow hosts specified by IP number (avoiding | brian | 1997-07-28 | 2 | -9/+22 |
* | Make compile with rev. 1.101 of ncr.c, which added support for | se | 1997-07-28 | 1 | -13/+13 |
* | Add support for loading the SCRIPTS microcode into the on-chip RAM | se | 1997-07-28 | 1 | -598/+795 |
* | Use malloc to save space for temp SUNIT variable | ache | 1997-07-28 | 1 | -9/+10 |
* | Fix for PR #4147: apparently BIND now returns a status of NO_RECOVERY | wpaul | 1997-07-28 | 1 | -3/+4 |
* | Pedant attack! Use variable names consistent with discourse in | msmith | 1997-07-28 | 2 | -14/+12 |
* | Use disable_intr() / read/write_eflags() to ensure that interrupt | msmith | 1997-07-28 | 2 | -8/+12 |
* | Cosmetic in usage string. | charnier | 1997-07-28 | 2 | -14/+14 |
* | Modified the PEND_INTS algorithm to fix the ISA INT loss problem. | fsmp | 1997-07-28 | 15 | -45/+231 |
* | Improve dependancy behaviour a little more. | msmith | 1997-07-28 | 1 | -3/+4 |
* | Fix file descriptor leaks. | brian | 1997-07-28 | 1 | -4/+8 |
* | Count the "proto" arg after a single address, | brian | 1997-07-27 | 1 | -2/+4 |
* | Add a simple example section. | wosch | 1997-07-27 | 1 | -1/+9 |
* | Add getbkgd() macro | ache | 1997-07-27 | 1 | -0/+1 |
* | Remove a reference to /c/phk, this should be handled by the magic script | phk | 1997-07-27 | 1 | -1/+1 |
* | Move tmpnc struct out of stack, too large | ache | 1997-07-27 | 1 | -2/+3 |
* | Support 4MB pages. | bde | 1997-07-27 | 3 | -24/+69 |
* | List help.h a a dependancy for editline.c | msmith | 1997-07-27 | 1 | -2/+2 |
* | Add the ability for the pageout daemon to measure stats on memory usage before | dyson | 1997-07-27 | 1 | -14/+122 |
* | Fix a very subtile problem that causes unnessary numbers of objects backing | dyson | 1997-07-27 | 1 | -17/+48 |
* | Fix a bug in the async DNS resolver that can crash ypserv. yp_prune_dnsq() | wpaul | 1997-07-27 | 1 | -4/+9 |
* | Work around a brokenness in the HTTP spec by generating the Host header | wollman | 1997-07-26 | 1 | -2/+2 |
* | SUNIT: exchange back whole ifnet structures since they are in the linked | ache | 1997-07-26 | 1 | -7/+6 |
* | Fix the error message for when mirroring and restarting are rejected | wollman | 1997-07-26 | 1 | -11/+15 |
* | Implement HTTP 1.1's ``chunked'' Transfer-Encoding (ick). This hasn't | wollman | 1997-07-26 | 1 | -22/+126 |
* | Forget to change units in prev. SUNIT commit. Move variales to local | ache | 1997-07-26 | 1 | -2/+7 |
* | Exchange whole structures on SUNIT, not unit+flags fields only. | ache | 1997-07-26 | 1 | -6/+6 |
* | Comment out PEND_INTS for now, it breaks ISA INTs. | fsmp | 1997-07-26 | 1 | -2/+4 |
* | Ignore the block size returned by scsi_read_capacity(): this value is | jmz | 1997-07-26 | 1 | -2/+3 |
* | Synchronize with sys/i386/isa/syscons.c revision 1.228. | kato | 1997-07-26 | 1 | -2/+5 |
* | Synchronize with sys/i386/conf/options.i386 revision 1.52. | kato | 1997-07-26 | 2 | -4/+2 |
* | Synchronize with sys/i386/isa/clock.c revision 1.98. | kato | 1997-07-26 | 3 | -162/+69 |
* | Fix a brino in my last commit. | phk | 1997-07-26 | 3 | -6/+15 |
* | Fix a minor typo. It only affects the sparc version. | jdp | 1997-07-26 | 1 | -2/+2 |
* | mpapic.c & mp_machdep: | fsmp | 1997-07-26 | 9 | -107/+35 |
* | clock.c: | fsmp | 1997-07-26 | 8 | -372/+193 |
* | Removed "options SMP_TIMER_NC". | fsmp | 1997-07-26 | 1 | -24/+39 |
* | Removed "options SMP_TIMER_NC". | fsmp | 1997-07-26 | 6 | -49/+9 |
* | Synchornize with sys/i386/isa/syscons.c revision 1.227. | kato | 1997-07-26 | 1 | -7/+29 |