summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Whoops, back out the last commit, which was accidentally committed atnate1996-03-235-80/+5
* Now that ac->ac_ipaddr and arpwhohas() no longer exist, remove thenate1996-03-236-16/+86
* Fix bogus last commit - debugger_on_panic was referenced even whenjkh1996-03-231-2/+2
* Remove reference to ac_ipaddr, which was being used tofenner1996-03-231-3/+3
* Eliminate reference to ac_ipaddr in FreeBSD case.fenner1996-03-233-6/+6
* Remove all traces of KADBphk1996-03-231-11/+15
* Remove an unused #define.phk1996-03-231-3/+1
* Remove all traces of KADB.phk1996-03-231-13/+0
* Send ARP's for aliased subnets with the proper source address.fenner1996-03-232-17/+8
* Make sure tcp_respond() always calls ip_output() with a validwollman1996-03-222-2/+16
* A number of performance-reducing flaws fixed based on commentswollman1996-03-223-7/+131
* Disable SCSI parity checking until we figure out why the aic78X0 generatesgibbs1996-03-221-3/+3
* Add support for /very/ experimental -e (exposure) option.pst1996-03-213-14/+101
* Add support for /very/ experimental -e (exposure) option.pst1996-03-211-1/+2
* Ported to 2.2-current. Uses [bc]devsw_add(), and is also now a properasami1996-03-212-138/+132
* Add vx0 device to GENERIC. Yes, I know that this bloats GENERIC, butjkh1996-03-202-2/+6
* Add some comments on the APM specs, and make the APM 'idle/busy'nate1996-03-192-38/+50
* Call apm_int() instead of doing direct assembly calls even when we don'tnate1996-03-192-6/+22
* Fixed unsigned longs that should have been vm_offset_t.bde1996-03-199-21/+29
* Fix the problem that unmounting filesystems that are backed by a VMIOdyson1996-03-193-6/+11
* Added kernel compile time failure if more than one APM device isnate1996-03-192-2/+10
* Always enable interrupts before calling the APM idle/busy routines.nate1996-03-195-10/+10
* Minor bugfixes from the recent PC-CARD release.nate1996-03-182-6/+18
* Grr, let's actually include <sys/devconf.h> so that DEVCONF support actuallynate1996-03-182-2/+4
* Whoops, forgot the line that sets the default state in devfs.nate1996-03-182-2/+6
* Devfs support.nate1996-03-182-70/+68
* Removed support for multiple APM devices.nate1996-03-182-78/+56
* Always dsgone() slices when we leave.phk1996-03-171-3/+2
* Update the linux_sendsig() handler to the new type of the 4thpeter1996-03-172-8/+8
* Fix/cleanup raw partition open/close codeache1996-03-172-46/+40
* Add fe0 to the LINT and GENERIC files (hmmm - looks like my rcvs setup'tjkh1996-03-175-8/+10
* This is a revised fe, Ethernet driver for MB8696x based adapters.jkh1996-03-174-1006/+1600
* Yet another fix from BDE for the new pipe code. This fixes a potentialdyson1996-03-171-6/+5
* Changes to the Digi/Arnet SYNC driver:peter1996-03-177-493/+843
* Force device mappings to always be shared. It doesn't make sense for themdg1996-03-161-4/+5
* Add joy to the SUBDIR list.jmz1996-03-161-2/+2
* Build LKM for joystick driver.jmz1996-03-164-0/+71
* Fix the isa_device table (lkm): id_irq and id_maddr must be 0.jmz1996-03-163-3/+3
* Add code to make it a loadable kernel modulejmz1996-03-153-0/+138
* Allow SIOCGIFBRDADDR and SIOCGIFNETMASK to return information aboutfenner1996-03-151-5/+17
* Actually implement SA_RESETHAND - some of the sigaction code recognised itpeter1996-03-152-14/+29
* Correct spelling of gerg@stallion.oz.au's email addresspeter1996-03-152-4/+4
* Delete recognition for COMPAT_LINUX - it's *gone* now.. :-)peter1996-03-152-2/+0
* Add "linux_assym.h" as a dependency for linux_locore.o when compilingpeter1996-03-152-4/+6
* Provide a better handling of partially corrupted directory entries.joerg1996-03-142-20/+24
* IGMPv2 routines rewritten, to be more compact and to fully complyfenner1996-03-146-296/+173
* Fix ip option processing for raw IP sockets. This whole thing is a compromisepst1996-03-132-5/+14
* This commit is as a result of a comment by Alan Cox (alc@cs.rice.edu)dyson1996-03-131-36/+53
* Return the status of the APM support (enabled/disabled) with thenate1996-03-133-5/+8
* Make sure that we pmap_update AFTER modifying the page table entries.dyson1996-03-132-14/+14
OpenPOWER on IntegriCloud