summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Previous commit also removed some 'const' qualifiers on args fornewton1999-07-302-2/+2
* Previous commit also finished cleaning up some dev_t -> udev_t transformationsnewton1999-07-3010-10/+10
* Fix svr4_sys_poll(); SysV STREAMS produce return values from poll() whichnewton1999-07-302-12/+4
* Initial checkinnewton1999-07-301-0/+15
* Add $Id$ tags.newton1999-07-303-12/+10
* Clarify use of the 'streams' pseudo-device (i.e.: static or kld).newton1999-07-301-7/+12
* Add $Id$ tagsnewton1999-07-3096-46/+280
* Hmm - How did *that* get in there?newton1999-07-301-0/+0
* Fix panic caused when *stat64() family of syscalls try to fill-innewton1999-07-306-92/+56
* Eliminate 'WARNING: "streams" is usurping "streams"'s cdevsw[]' messagesnewton1999-07-301-2/+2
* Sync with sys/i386/isa/clock.c revision up to 1.142.kato1999-07-303-33/+18
* Sync with sys/i386/i386/machdep.c revision 1.357.kato1999-07-302-14/+50
* Removed apm_setup.s.kato1999-07-302-4/+2
* Remove all vestiges of APMIO_BIOSmsmith1999-07-303-16/+3
* Close PR #12651: the hash calculation routine has changed in otherwpaul1999-07-302-4/+4
* Fix two bugs in nfs_readdirplus(). The first is that in some cases,wpaul1999-07-302-6/+12
* Fix install target (install loader.exe, not loader).se1999-07-291-2/+2
* Correct the sanity test length calculation in nfsrv_readdirplus(): len iswpaul1999-07-292-4/+4
* Fix an unbelievably stupid typo that cases as500 & as600 machines bootedgallatin1999-07-291-1/+1
* Formatting-only cleanup accidentally omitted from the patch merge in themsmith1999-07-292-396/+392
* No more apm_errno. It breaks the build with APM_DEBUG,iwasaki1999-07-292-6/+6
* lutimes() bug: FOLLOW should be NOFOLLOW for this one.green1999-07-292-4/+4
* On an AS 600 5/266 (and possibly others), accessing the configurationgallatin1999-07-291-3/+26
* Revert rev 1.149. Bruce convinced me that the problem already disappearedjoerg1999-07-292-10/+2
* GBIOSSTACK_SEL is undefined, but OTOH, BSSSEL apparently isn't used either.peter1999-07-292-4/+2
* Removed references to a nonexistent variable. This fixes building kernelsbde1999-07-291-4/+1
* Remove some duplicate definitions, as suggested by Alan Cox.msmith1999-07-293-8/+7
* Fix for vmspace sharing as per Alan Cox. Thanks!msmith1999-07-292-10/+2
* Nuke this, it's not used anymore.msmith1999-07-292-120/+0
* Fix a typo.mdodd1999-07-292-7/+7
* Major update to the kernel's BIOS-calling ability.msmith1999-07-2915-724/+1311
* Remove XXX from the headers (broke the build, I'm betting.)green1999-07-295-10/+5
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-2941-289/+321
* 8 -> NBBygreen1999-07-281-3/+3
* Correct a really gross comment format.green1999-07-281-5/+7
* Activate "arc" (ARC / AlphaBIOS loader) on Alpha.se1999-07-281-0/+5
* Fix some typos.nik1999-07-282-14/+14
* This commit was generated by cvs2svn to compensate for changes in r49187,se1999-07-2828-0/+3009
|\
| * The ARC BIOS / AlphaBIOS specific primary boot loader. This code is these1999-07-2828-0/+3009
* We're called too early to have any idea whether APM is going to bemsmith1999-07-285-55/+35
* Remove unused real-mode APM setup support. We've been using the vm86msmith1999-07-286-378/+34
* Remove unused real-mode APM init functions.msmith1999-07-2816-1518/+0
* Remove some erroneous comments about how APM is initialised.msmith1999-07-282-20/+6
* Remove some droppings left over from the removal of the APM hooks.msmith1999-07-283-15/+3
* Clear error in nfsrv_create when we have a valid reply so thatalc1999-07-282-2/+4
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These aredfr1999-07-288-54/+96
* Add a module Makefile for the PNIC driver.wpaul1999-07-282-3/+31
* Convert the PNIC driver to newbus.wpaul1999-07-282-167/+223
* Every reqh in an aborted pipe is given status CANCELED and the callback isn_hibma1999-07-271-15/+7
* Roar! Finish what I started last night: somehow only the header file changewpaul1999-07-272-10/+46
OpenPOWER on IntegriCloud