aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Implement SA_NODEFER sa_flag for sigaction():Steven Wallace1995-10-194-6/+18
* Make CONF1_ENABLE_MSK1 even less restriktive: Ignore slot ID ...Stefan Eßer1995-10-176-12/+12
* At least the ASUS Triton motherboards don't disable the PCI bus configurationStefan Eßer1995-10-176-24/+30
* Change signature of rt->rt_output() so that it is compatible withGarrett Wollman1995-10-161-3/+3
* When adding a route fails because there is already a route with the sameGarrett Wollman1995-10-161-1/+23
* The ability to administratively change the MTU of an interface presentsGarrett Wollman1995-10-165-15/+36
* Add a hack to emulator to emulat spx device for local X connections.Steven Wallace1995-10-162-0/+54
* Remove an unnecessary tsleep in the swapin code. This tsleepJohn Dyson1995-10-161-2/+1
* Do a better fake for uname information returned in utssys() call.Steven Wallace1995-10-162-6/+25
* Go back to separate tests for configuration mechanism 1 and mechanism 2.Stefan Eßer1995-10-156-324/+342
* Pull all of libkern.a in (though not mcount) so the LKM's don't comePoul-Henning Kamp1995-10-153-3/+60
* Revert to default entry point.Poul-Henning Kamp1995-10-151-2/+1
* Make LKM entry consisten with tradition: pcic_mod().Poul-Henning Kamp1995-10-151-1/+1
* An even better idea: The default will be that on _${KMOD} (_nfs_mod...) willPoul-Henning Kamp1995-10-151-2/+3
* Automatically DTRT for VFS_LKMPoul-Henning Kamp1995-10-151-1/+2
* Only export our 'init' symbol.Poul-Henning Kamp1995-10-151-1/+2
* Make a rule for cleaning the namelist of lkms.Poul-Henning Kamp1995-10-151-2/+9
* atapi and wcd LKMs.David Greenman1995-10-142-0/+56
* Latest fixes from Serge:David Greenman1995-10-146-210/+703
* Coerce the exit message into making more sense.Jordan K. Hubbard1995-10-141-3/+3
* Don't allow i/o operations for non-root users.Bruce Evans1995-10-141-0/+4
* Don't allow i/o operations for non-root users.Bruce Evans1995-10-143-6/+18
* Don't allow mmapping the page after last video page.Bruce Evans1995-10-141-1/+1
* Don't allow mmapping of physical page 6 (ENXIO).Bruce Evans1995-10-141-2/+2
* Restore initialization of %ecx for the !I586_CPU case.Bruce Evans1995-10-141-4/+4
* Only compile Pentium microtime in Pentium kernels.Garrett Wollman1995-10-131-1/+3
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallyGarrett Wollman1995-10-1320-82/+45
* Protect against routing socket messages with way-too-big address families.Garrett Wollman1995-10-131-2/+3
* Routes can be asymmetric. Always offer to /accept/ an MSS of up to theGarrett Wollman1995-10-132-14/+2
* Fix select().Bruce Evans1995-10-123-124/+56
* Reduce jitter of Pentium microtime() implementation by letting the counterGarrett Wollman1995-10-128-79/+156
* Improve clock accuracy by accounting for late/missed clock interruptsGarrett Wollman1995-10-123-9/+9
* The additional checks involving sequence numbers in MTU discovery resendsGarrett Wollman1995-10-123-17/+11
* oops currupted a line by hitting the wrong key..Julian Elischer1995-10-121-2/+2
* Ack!Julian Elischer1995-10-122-15/+34
* Remove the '1' from getpeername1 and getsockname1 when NOT COMPAT_OLDSOCK.Steven Wallace1995-10-111-2/+2
* Fix probe to work properly with the Cyclades cyclom-16Ye.David Greenman1995-10-113-27/+39
* Fix the getdirentries of ibcs2 to handle uneven DIRBLKSIZ offsets.Steven Wallace1995-10-102-12/+16
* Fix the getdirentries of ibcs2 to handle uneven DIRBLKSIZ offsets.Steven Wallace1995-10-101-17/+32
* Add -fno-strength-reduce to neutralize possible bad effect of -O2Andrey A. Chernov1995-10-102-3/+5
* More MTU discovery: avoid over-retransmission if route changes in theGarrett Wollman1995-10-103-21/+22
* Change alternate space base name from /emul/ibcs2 to /compat/ibcs2,Steven Wallace1995-10-102-19/+27
* PCCARD support.Poul-Henning Kamp1995-10-104-73/+573
* Remove socksys modload command from ibcs2 startup shell script.Steven Wallace1995-10-102-4/+2
* Remove redundant getmsg and putmesg function declarations and #include directiveSteven Wallace1995-10-101-19/+0
* Remove socksys lkm from makefile list.Steven Wallace1995-10-101-2/+2
* Add prototypes and declare function return type in ibcs2.cSteven Wallace1995-10-102-5/+14
* Remove the IBCS2 option for the socksys driver. A pointer to /dev/nullSteven Wallace1995-10-101-13/+3
* Remove the ugly COMPAT_IBCS2 hack to hide a return value throughSteven Wallace1995-10-101-29/+1
* Update files list to include new ibcs2 files needed to compile.Steven Wallace1995-10-102-14/+26