summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Avoid overflow in calcru(). Fixes PR 788.bde1995-10-211-2/+2
* Remove bogus #include <sys/device.h>, and the bogus instances ofpeter1995-10-212-44/+22
* Killed a few gratuitous #include's.dg1995-10-213-8/+4
* sigset() should have sa_flags cleared to sig is maked before callingswallace1995-10-211-23/+27
* Fix panic caused by PRU_CONTROL not being dealt with properly. Bug pointeddg1995-10-211-2/+8
* A mixed bag of changes, relating to getting the state in "lsdev" right,phk1995-10-2110-60/+156
* If we clear the B_CACHE flag because a buffer isn't composed fully ofdyson1995-10-191-3/+3
* Fix initialization of "bsize" in vnode_pager_haspage(). It must happendg1995-10-191-5/+3
* Use sa_flag option SA_NODEFER in sigsys() emulation because SVR3swallace1995-10-191-5/+5
* Implement SA_NODEFER sa_flag for sigaction():swallace1995-10-194-6/+18
* Make CONF1_ENABLE_MSK1 even less restriktive: Ignore slot ID ...se1995-10-176-12/+12
* At least the ASUS Triton motherboards don't disable the PCI bus configurationse1995-10-176-24/+30
* Change signature of rt->rt_output() so that it is compatible withwollman1995-10-161-3/+3
* When adding a route fails because there is already a route with the samewollman1995-10-161-1/+23
* The ability to administratively change the MTU of an interface presentswollman1995-10-165-15/+36
* Add a hack to emulator to emulat spx device for local X connections.swallace1995-10-162-0/+54
* Remove an unnecessary tsleep in the swapin code. This tsleepdyson1995-10-161-2/+1
* Do a better fake for uname information returned in utssys() call.swallace1995-10-162-6/+25
* Go back to separate tests for configuration mechanism 1 and mechanism 2.se1995-10-156-324/+342
* Pull all of libkern.a in (though not mcount) so the LKM's don't comephk1995-10-153-3/+60
* Revert to default entry point.phk1995-10-151-2/+1
* Make LKM entry consisten with tradition: pcic_mod().phk1995-10-151-1/+1
* An even better idea: The default will be that on _${KMOD} (_nfs_mod...) willphk1995-10-151-2/+3
* Automatically DTRT for VFS_LKMphk1995-10-151-1/+2
* Only export our 'init' symbol.phk1995-10-151-1/+2
* Make a rule for cleaning the namelist of lkms.phk1995-10-151-2/+9
* atapi and wcd LKMs.dg1995-10-142-0/+56
* Latest fixes from Serge:dg1995-10-146-210/+703
* Coerce the exit message into making more sense.jkh1995-10-141-3/+3
* Don't allow i/o operations for non-root users.bde1995-10-141-0/+4
* Don't allow i/o operations for non-root users.bde1995-10-143-6/+18
* Don't allow mmapping the page after last video page.bde1995-10-141-1/+1
* Don't allow mmapping of physical page 6 (ENXIO).bde1995-10-141-2/+2
* Restore initialization of %ecx for the !I586_CPU case.bde1995-10-141-4/+4
* Only compile Pentium microtime in Pentium kernels.wollman1995-10-131-1/+3
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallywollman1995-10-1320-82/+45
* Protect against routing socket messages with way-too-big address families.wollman1995-10-131-2/+3
* Routes can be asymmetric. Always offer to /accept/ an MSS of up to thewollman1995-10-132-14/+2
* Fix select().bde1995-10-123-124/+56
* Reduce jitter of Pentium microtime() implementation by letting the counterwollman1995-10-128-79/+156
* Improve clock accuracy by accounting for late/missed clock interruptswollman1995-10-123-9/+9
* The additional checks involving sequence numbers in MTU discovery resendswollman1995-10-123-17/+11
* oops currupted a line by hitting the wrong key..julian1995-10-121-2/+2
* Ack!julian1995-10-122-15/+34
* Remove the '1' from getpeername1 and getsockname1 when NOT COMPAT_OLDSOCK.swallace1995-10-111-2/+2
* Fix probe to work properly with the Cyclades cyclom-16Ye.dg1995-10-113-27/+39
* Fix the getdirentries of ibcs2 to handle uneven DIRBLKSIZ offsets.swallace1995-10-102-12/+16
* Fix the getdirentries of ibcs2 to handle uneven DIRBLKSIZ offsets.swallace1995-10-101-17/+32
* Add -fno-strength-reduce to neutralize possible bad effect of -O2ache1995-10-102-3/+5
* More MTU discovery: avoid over-retransmission if route changes in thewollman1995-10-103-21/+22
OpenPOWER on IntegriCloud