summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Supply only one author name per instance of %A, as per mdoc.samples(7).sheldonh2000-05-101-1/+2
* correct more out-of-bounds memory access, if cnt == 1 and optlen > 1.itojun2000-05-101-0/+4
* 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bitobrien2000-05-1017-195/+195
* AT&T asm syntax requires a leading '*' in front of the operand for indirectobrien2000-05-103-4/+4
* When using _asm{} in GCC, one must specify the operand's size if oneobrien2000-05-102-18/+18
* Do not specify the size to move. Allow the assembler to figure it out.obrien2000-05-102-2/+2
* Support non-i386 architectures.obrien2000-05-101-1/+3
* Fix bug in dealing with "hlen == 1 and opt > 1"darrenr2000-05-092-8/+20
* Regenerated (fixed the calculation of sy_nargs in sysent tables).bde2000-05-0919-887/+921
* Don't forget to back up svr4_syscallnames.c. Don't depend on side effectsbde2000-05-092-4/+6
OpenPOWER on IntegriCloud