summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* PC98 version of new boot loader. Because boot2 has not yet ported,kato1999-02-0344-3/+10185
* Removed some unused includes (only 1 to go here now). Sorted includes.bde1999-02-031-5/+3
* Added ntfs subdirectory.semenu1999-02-031-2/+2
* Added vnode tag for NTFS.semenu1999-02-031-2/+2
* This commit was generated by cvs2svn to compensate for changes in r43552,semenu1999-02-0311-0/+4205
|\
| * First version.semenu1999-02-0311-0/+4205
* | First version.semenu1999-02-0310-0/+4176
* | This commit was generated by cvs2svn to compensate for changes in r43550,semenu1999-02-031-0/+15
|\ \ | |/
| * First version.semenu1999-02-031-0/+15
* Submitted by: Alan Coxdillon1999-02-032-9/+11
* Use the bsd.kern.mk from the source tree rather than the installed onedfr1999-02-022-2/+10
* Added braces around initializsers and in if-statements.kato1999-02-022-172/+172
* Sync with sys/dev/syscons/syscons.c revision 1.294.kato1999-02-021-8/+2
* Check for signals while reading /dev/urandom. Reading 10MB frombde1999-02-022-2/+24
* Switch context before doing some i/o operations that might block ifbde1999-02-021-1/+26
* Added a hopefully-machine-independent macro for determining if abde1999-02-023-3/+9
* Fix the port of the NetBSD 19990120-accept fix. I misread a piece offenner1999-02-021-2/+7
* Get rid of IFF_BROADCAST from default IFF_ slip options. This accidentlydillon1999-02-021-2/+2
* Remember to initialize ifp->if_snd.ifq_maxlen.wpaul1999-02-019-20/+27
* Nuke some prototypes that really shouldn't be here.newton1999-02-011-8/+0
* Moved prototypes for soo_{read,write,close} into socketvar.h where theynewton1999-02-012-7/+5
* Print a message if the driver didn't initialize ifq_maxlen.phk1999-02-011-2/+5
* 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
OpenPOWER on IntegriCloud