summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* General -Wall warning cleanup, part I.jkh1996-07-121-1/+1
* Fixed two bugs in previous commit: be sure to include tcp_debug.h whendg1996-07-122-3/+6
* Fix braino in rev 1.30 fix; m_copy() the mbuf that has the headerfenner1996-07-121-2/+2
* Bump RELDATE in -current to be greater than RELDATE in -stable (and hencepeter1996-07-121-2/+2
* Staticized some variables.bde1996-07-121-5/+12
* Use a big delta in adjtime() for big negative adjustments as well asbde1996-07-121-2/+2
* Staticized a few variables.bde1996-07-126-18/+27
* Removed "optimization" using gcc's builtin memcpy instead of bcopy.bde1996-07-122-10/+4
* Renamed upa to p0upa to match p0upt.bde1996-07-123-42/+42
* Export `dumpmag' to utilities but not to the kernel.bde1996-07-122-6/+8
* Fixed cloned comments about npx traps to match context.bde1996-07-123-15/+24
* Removed obsolete definition of PIPE_NBIO.bde1996-07-121-2/+1
* Moved the definition of DEBUGMSG() from asm.h to start.S. This macrobde1996-07-122-13/+13
* Moved the definition of `bsize' out of a DO_BAD144 ifdef so that thisbde1996-07-121-2/+2
* Moved the definition of dflt_name to the correct file (table.c is only forbde1996-07-123-5/+8
* Fixed some speling, punctuation.. and spac ing errors.bde1996-07-122-19/+19
* Fixed operand order for shld and shrd.bde1996-07-122-164/+160
* Don't use NULL in non-pointer contexts.bde1996-07-1213-54/+50
* Add some comments explaining what APM_DSVALUE_BUG does no that I knownate1996-07-112-6/+20
* Modify the kernel to use the new pr_usrreqs interface rather than the oldwollman1996-07-1115-295/+566
* Merge.jkh1996-07-112-2/+6
* Adding changes to ipfw and the kernel to support ip packet diversion..julian1996-07-1012-60/+597
* Whee. Fix two bugs which ended up cancelling each other out.nate1996-07-104-12/+12
* Clean out some historical cruft.jkh1996-07-102-12/+2
* Disallow host routes that point to themselves. These routes serve nofenner1996-07-102-6/+35
* Functionality for IPFIREWALL_VERBOSE logging:nate1996-07-091-1/+7
* This is a proposal-in-code for a substantial modification of the waywollman1996-07-094-5/+500
* Log not exited signal only, but the fact that core dumped (or not) tooache1996-07-091-5/+6
* Quiet a couple of -Wunused warnings.wollman1996-07-094-6/+15
* make the NAMEBLOCK changes conditional on that preprocessor variable,julian1996-07-093-10/+15
* Fix something that's been bugging me for a long time: move the CPUwollman1996-07-086-392/+572
* Back-off on the previous commit, specifically remove the look-aheaddyson1996-07-081-11/+3
* Fix a problem with the pageout daemon RSS limiting, where it degradesdyson1996-07-081-21/+27
* In all special cases for spl or page_alloc where kmem_map is check for,dg1996-07-071-8/+8
* Add the ability to specify bootflags. This is similar to boot_i386(8),joerg1996-07-062-3/+31
* Obtained from: Whistle Communicationsjulian1996-07-056-63/+240
* This driver supports the SDL Communications RISCom/N2 ISA cards that isjhay1996-07-0510-5/+5286
* Get rid of PIPE_NBIO, cleaning up the code a bit.dyson1996-07-041-27/+15
* Comment out rootdev & rrootdev so a ls -l doesn't panic the machine.phk1996-07-031-2/+2
* Implement locking for pfs nodes, when at the leaf. Concurrent accessdyson1996-07-024-22/+62
* Properly set the PG_MAPPED and PG_WRITEABLE flags. This fixes some potentialdyson1996-07-023-6/+7
* Fix a serious problem, with a window where an object lock is needed,dyson1996-07-022-114/+194
* Added or restored #include of <machine/md_var.h>. Some declarationsbde1996-07-017-11/+26
* Fixed lots of warnings about unportable casts of pointers to volatilebde1996-07-013-19/+36
* Moved declarations of non-cpu things from <machine/cpufunc.h> to betterbde1996-07-015-41/+22
* Use the standard timer (interrupt) frequency while calibrating the clocks.bde1996-07-015-35/+20
* Fix the ordering dependency I broke.jkh1996-06-301-2/+2
* Make -current consistant with -stable regarding time that a processdyson1996-06-301-2/+2
* Enable ktrace by default, accompanied by a small reminder about thejoerg1996-06-302-4/+14
* Fixed a major bug that caused various pmap related panics, hangs, and reboots.dg1996-06-301-2/+2
OpenPOWER on IntegriCloud