| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed obsolete definition of PIPE_NBIO. | bde | 1996-07-12 | 1 | -2/+1 |
* | Moved the definition of DEBUGMSG() from asm.h to start.S. This macro | bde | 1996-07-12 | 2 | -13/+13 |
* | Moved the definition of `bsize' out of a DO_BAD144 ifdef so that this | bde | 1996-07-12 | 1 | -2/+2 |
* | Moved the definition of dflt_name to the correct file (table.c is only for | bde | 1996-07-12 | 3 | -5/+8 |
* | Fixed some speling, punctuation.. and spac ing errors. | bde | 1996-07-12 | 2 | -19/+19 |
* | Fixed operand order for shld and shrd. | bde | 1996-07-12 | 2 | -164/+160 |
* | Don't use NULL in non-pointer contexts. | bde | 1996-07-12 | 13 | -54/+50 |
* | Add some comments explaining what APM_DSVALUE_BUG does no that I know | nate | 1996-07-11 | 2 | -6/+20 |
* | Modify the kernel to use the new pr_usrreqs interface rather than the old | wollman | 1996-07-11 | 15 | -295/+566 |
* | Merge. | jkh | 1996-07-11 | 2 | -2/+6 |
* | Adding changes to ipfw and the kernel to support ip packet diversion.. | julian | 1996-07-10 | 12 | -60/+597 |
* | Whee. Fix two bugs which ended up cancelling each other out. | nate | 1996-07-10 | 4 | -12/+12 |
* | Clean out some historical cruft. | jkh | 1996-07-10 | 2 | -12/+2 |
* | Disallow host routes that point to themselves. These routes serve no | fenner | 1996-07-10 | 2 | -6/+35 |
* | Functionality for IPFIREWALL_VERBOSE logging: | nate | 1996-07-09 | 1 | -1/+7 |
* | This is a proposal-in-code for a substantial modification of the way | wollman | 1996-07-09 | 4 | -5/+500 |
* | Log not exited signal only, but the fact that core dumped (or not) too | ache | 1996-07-09 | 1 | -5/+6 |
* | Quiet a couple of -Wunused warnings. | wollman | 1996-07-09 | 4 | -6/+15 |
* | make the NAMEBLOCK changes conditional on that preprocessor variable, | julian | 1996-07-09 | 3 | -10/+15 |
* | Fix something that's been bugging me for a long time: move the CPU | wollman | 1996-07-08 | 6 | -392/+572 |
* | Back-off on the previous commit, specifically remove the look-ahead | dyson | 1996-07-08 | 1 | -11/+3 |
* | Fix a problem with the pageout daemon RSS limiting, where it degrades | dyson | 1996-07-08 | 1 | -21/+27 |
* | In all special cases for spl or page_alloc where kmem_map is check for, | dg | 1996-07-07 | 1 | -8/+8 |
* | Add the ability to specify bootflags. This is similar to boot_i386(8), | joerg | 1996-07-06 | 2 | -3/+31 |
* | Obtained from: Whistle Communications | julian | 1996-07-05 | 6 | -63/+240 |
* | This driver supports the SDL Communications RISCom/N2 ISA cards that is | jhay | 1996-07-05 | 10 | -5/+5286 |
* | Get rid of PIPE_NBIO, cleaning up the code a bit. | dyson | 1996-07-04 | 1 | -27/+15 |
* | Comment out rootdev & rrootdev so a ls -l doesn't panic the machine. | phk | 1996-07-03 | 1 | -2/+2 |
* | Implement locking for pfs nodes, when at the leaf. Concurrent access | dyson | 1996-07-02 | 4 | -22/+62 |
* | Properly set the PG_MAPPED and PG_WRITEABLE flags. This fixes some potential | dyson | 1996-07-02 | 3 | -6/+7 |
* | Fix a serious problem, with a window where an object lock is needed, | dyson | 1996-07-02 | 2 | -114/+194 |
* | Added or restored #include of <machine/md_var.h>. Some declarations | bde | 1996-07-01 | 7 | -11/+26 |
* | Fixed lots of warnings about unportable casts of pointers to volatile | bde | 1996-07-01 | 3 | -19/+36 |
* | Moved declarations of non-cpu things from <machine/cpufunc.h> to better | bde | 1996-07-01 | 5 | -41/+22 |
* | Use the standard timer (interrupt) frequency while calibrating the clocks. | bde | 1996-07-01 | 5 | -35/+20 |
* | Fix the ordering dependency I broke. | jkh | 1996-06-30 | 1 | -2/+2 |
* | Make -current consistant with -stable regarding time that a process | dyson | 1996-06-30 | 1 | -2/+2 |
* | Enable ktrace by default, accompanied by a small reminder about the | joerg | 1996-06-30 | 2 | -4/+14 |
* | Fixed a major bug that caused various pmap related panics, hangs, and reboots. | dg | 1996-06-30 | 1 | -2/+2 |
* | Fix typo that prevented the initial/lock state devices from working | peter | 1996-06-30 | 2 | -4/+4 |
* | Make sure we have an object in the map entry before trying to trim pages | dg | 1996-06-29 | 1 | -2/+3 |
* | Reject rules which try to mix ports with incompatible protocols. | alex | 1996-06-29 | 1 | -1/+11 |
* | Bump various timeouts in scprobe(). This finally fixes the broken | joerg | 1996-06-27 | 3 | -18/+18 |
* | Correct comment relating to pty's. There can be 256 (probably | gpalmer | 1996-06-26 | 3 | -6/+6 |
* | Fixed bug in pasting 8bit char (ache). | sos | 1996-06-26 | 6 | -243/+171 |
* | Fix a problem that caused system crashes after physio. This problem | dyson | 1996-06-26 | 1 | -6/+11 |
* | This commit does a couple of things: | dyson | 1996-06-26 | 4 | -136/+183 |
* | When page table pages were removed from process address space, the | dyson | 1996-06-26 | 2 | -2/+6 |
* | Added #include of <machine/md_var.h>. This will be needed when | bde | 1996-06-25 | 25 | -21/+48 |
* | Fixed the `machine' link. It pointed to the wrong place, and was created | bde | 1996-06-25 | 1 | -6/+9 |