summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The loader was written so that if /kernel was missing /kernel.old wouldobrien2000-05-131-0/+2
* Install the bootforth config files for the Alpha too. loader.conf shouldpeter2000-05-122-0/+18
* Reactivate the FICL hooks to make it be compiled in, but also initializepeter2000-05-121-8/+8
* Stop libficl from using floating point registers - this was cauingpeter2000-05-121-0/+3
* This driver attempts to cache mbufs, and re-use them as headers insteadjlemon2000-05-121-0/+1
* Fix comment typo.asmodai2000-05-121-1/+1
* Use bus_space stuff except where it needs high performance.nyan2000-05-122-826/+618
* Use bus_space stuff except where it needs high performance.nyan2000-05-122-158/+164
* Fix the Alpha loader the rest of the way. If FICL is present inpeter2000-05-121-8/+8
* long != int on Alphas.bp2000-05-121-1/+2
* Add support for the DVD ioctl interface.ken2000-05-123-1/+1085
* Turn on USB support for most USB devices. udbp is not turned on sincejhb2000-05-122-30/+32
* Temporarily turn off the newreno flag until we can track down the knownjayanth2000-05-111-1/+1
* Adapt fdesc to be mounted on /dev/fd and remove fd, stdin, stdout andchris2000-05-114-878/+310
* Include the UID and GID values filled in by socreate() into socket->so_credchris2000-05-111-0/+3
* Include UID and GID information for stat() calls using the values filledchris2000-05-111-2/+3
* Only display the 'Disable PNP-OS BIOS option' message on the i386 arch.jhb2000-05-114-0/+8
* Newbusify resource allocation.dmlb2000-05-111-196/+234
* Remove ISA/3.x stuff and add -current stuffdmlb2000-05-111-23/+25
* Use device_printf.dmlb2000-05-111-3/+3
* Fixed a syntax error (a stray semicolon caused by a bogus #define).bde2000-05-111-1/+1
* Name the `struct bio *' parameter of devstat_end_transaction_bio().bde2000-05-111-2/+2
* Fixed missing prototype for inet6_rthdr_reverse().bde2000-05-111-0/+2
* Some white-box (NT) systems have SRM which reports a systype that'sgallatin2000-05-111-0/+8
* Supported PC-98.nyan2000-05-111-2/+1
* Revert the default behaviour for incoming connections sobrian2000-05-112-3/+3
* Allow revive block sizes up to MAXPHYS.grog2000-05-111-4/+4
* Rewrite parity maintenance functions.grog2000-05-111-99/+122
* Cosmetics.grog2000-05-112-15/+15
* vinum_scandisk: Correct error recovery if a configuration is munged.grog2000-05-111-3/+3
* Correct a comment.grog2000-05-111-6/+6
* Change parity maintenance ioctls.grog2000-05-111-4/+4
* Change linkage to parity maintenance operations.grog2000-05-112-10/+6
* Move <machine/ipl.h> outside #ifdef SMP because it supplies AST_RESCHED.peter2000-05-113-3/+3
* Attempt to work around problems caused by spurious interrupts andmsmith2000-05-111-1/+21
* patch from Alexey Zelkindarrenr2000-05-111-5/+4
* Move a couple fo things around to be nicer for -currentdmlb2000-05-101-168/+180
* Move a couple fo things around to be nicer for -currentdmlb2000-05-101-43/+60
* Add a STOP debug flag.dmlb2000-05-101-15/+19
* Finish moving all IEEE fp types to be the same on all arch's.jhb2000-05-101-1/+1
* Handle PCI devices that actually use an ISA IRQ for the cia and tsunamijhb2000-05-107-5/+72
* Fix modules: target.obrien2000-05-101-16/+18
* Update man page to reflect new IPv6 hook. Simplify Makefile.archie2000-05-102-26/+5
* Add hook for IPv6.archie2000-05-102-4/+9
* Regenerated (to fix "created from" lines, and to fix the previousbde2000-05-108-10/+10
* Fixed the "created from" lines generated from this file. makesyscalls.shbde2000-05-102-12/+12
* Sync with sys/conf/Makefile.i386 revision 1.184, 1.185 and 1.186.nyan2000-05-101-0/+28
* bring in net/pfil.c for pfil_hooks or ipfilterdarrenr2000-05-101-0/+1
* options PFIL_HOOKS -> opt_pfil_hooks.hdarrenr2000-05-101-0/+1
* Add pfil(9) subroutines and manpage from NetBSD.darrenr2000-05-103-0/+391
OpenPOWER on IntegriCloud