summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Acquiesce to proc.h for declarations of M_ZOMBIE, M_SUBPROC (and reordernewton1999-02-012-8/+2
* Fix bogus line breaks in declarations for soo_read() and soo_write()newton1999-02-011-5/+3
* Declare M_ZOMBIE so the svr4 emulator doesn't need to.newton1999-02-011-1/+2
* This patch eliminates a pointless test from appearing twicedillon1999-02-011-5/+1
* The alternate B_PAGING path for vnstrategy() is used for VM faultsdillon1999-02-011-1/+2
* Whoops! Forgot to include Mr. Sobray's more command in the last setjkh1999-02-012-2/+56
* Move CFLAGS to God's Own Positiongrog1999-02-011-3/+5
* Bzero the devstat structure before use.sos1999-01-313-3/+6
* Move the "fetch serial data" delay so that it is an inter-bit delay.dufault1999-01-312-10/+26
* Add device stats for the acd device.sos1999-01-315-43/+135
* Sync with sys/i386/i386/userconfig.c revision 1.128.kato1999-01-311-76/+89
* Added UHCI_LEGSUP to uhcireg.hn_hibma1999-01-311-0/+2
* Submitted by: Alan Cox <alc@cs.rice.edu>julian1999-01-311-3/+4
* - Don't print unnecessary CLI command prompt (and faked "quit" command)yokota1999-01-311-76/+89
* Don't comment out dead code; remove it.bde1999-01-312-8/+2
* Fix compile warnings about missing braces around static initialization of uni...nsouch1999-01-314-31/+31
* Fixed English in previous commit.bde1999-01-311-2/+2
* Fixed smashed tabs and inconstent comment style in previous commit.bde1999-01-311-2/+2
* Slight cleanups. There were 2 ways of getting the arpcom from the ifp.julian1999-01-311-23/+22
* Added comments about non-staticization so it doesn't get un-done nextnewton1999-01-313-3/+6
* Use offset to _pc98_system_parameter instead of immediate value whichkato1999-01-313-12/+18
* New driver flags to support IFF_ALLMULTI handling.paul1999-01-312-2/+8
* Add IFF_MULTICAST when setting flags in lnc_init().paul1999-01-312-4/+4
* Fix and enable multicast support.paul1999-01-312-102/+94
* Remove unused "kern.shutdown_timeout" sysctl node.msmith1999-01-301-5/+1
* An error in the last commit; the changes were submitted by, not reviewed by,msmith1999-01-301-1/+1
* Add a new sysctl node kern.shutdown, off which shutdown-related thingsmsmith1999-01-301-4/+30
* Moved pc98_system_parameter from .text to .data to make ELF kernelkato1999-01-304-31/+29
* Distinguish EPP address/data register. Add EPP address register access to ppi.nsouch1999-01-3014-100/+129
* Put a comment here about using suser() to determine super-user-ness.phk1999-01-301-1/+4
* Use suser() to determine super-user-ness.phk1999-01-302-52/+32
* Use suser() to determine super-user-ness.phk1999-01-302-34/+30
* Use suser() to determine super-user-ness, don't examine cr_uid directly.phk1999-01-308-30/+45
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-3028-55/+77
* Oops - Ripped out a bit of debugging code which will stop certain bitsnewton1999-01-302-2/+2
* Nuked the "hello, world!" program from this directory (it hasnewton1999-01-301-0/+0
* Implement and use Fast Posting for both parallel && fibre. Redo a bit ofmjacob1999-01-307-205/+410
* Grrr.. Do the *correct* and *usable* 1.31 firmware. You have to powermjacob1999-01-301-1135/+3100
* roll internal release tagmjacob1999-01-301-2/+2
* roll internal release tagmjacob1999-01-302-4/+4
* Added a "README" file containing text taken from the message I sentnewton1999-01-301-0/+33
* Activate svr4 modulenewton1999-01-301-2/+2
* Add streams pseudo-devicenewton1999-01-303-3/+9
* Emulator KLD for SysVR4 executables grabbed from NetBSD.newton1999-01-30120-0/+28894
* New pseudo-device to provide for a way of obtaining a socket by open()ingnewton1999-01-301-0/+1
* New pseudo-device to provide for a way of obtaining a socket by open()ingnewton1999-01-301-0/+427
* Changed struct socket to include a new field (at the end, so as notnewton1999-01-301-1/+2
* Unstaticized routines which are needed by the svr4 KLD and the streamsnewton1999-01-303-12/+12
* Add MAINTAINERgrog1999-01-301-0/+1
* More const fixes for -Wall, -Wcast-qualdillon1999-01-297-16/+16
OpenPOWER on IntegriCloud