summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed the calculation of sy_nargs in sysent tables. We attempted to dobde2000-05-091-25/+34
* Regen.n_hibma2000-05-092-2/+18
* Add Alcor Keyboard with built-in hub and its keyboard.n_hibma2000-05-091-0/+4
* Change the "bdev-whiner" to whine when open is attempted and extendphk2000-05-095-5/+20
* Remove metion of the 'magic options.' Apparently PXE doesn't require thedwhite2000-05-091-14/+1
* Move UKBD_DFLT_KEYMAP into the options file since USB is machinejhb2000-05-093-3/+1
* Fixed the return type for exit() and the args struct tag several NOPROTObde2000-05-093-17/+18
* Fixed the return type and args struct tag for exit(). They were wrong inbde2000-05-092-2/+2
* Fixed the return type and args struct tag for exit(). They were wrong inbde2000-05-091-1/+1
* Some ioctl routines assume that the ioctl buffer is aligned, but adillon2000-05-091-3/+6
* Change floating point exception type to match the i386 one.obrien2000-05-091-1/+1
* Add missing include machine/in_cksum.h.ps2000-05-095-0/+8
* Create a separate target for the 'modules'. Without this the modulesn_hibma2000-05-093-0/+17
* Regenerated (fixed the type of mmap()'s padding arg).bde2000-05-096-7/+7
* Fixed the declaration of mmap(). The crufty padding arg had the wrongbde2000-05-091-3/+3
* Some prettifying for the quirk comments.mjacob2000-05-091-5/+16
* Change references/comments about 'secondary' to reflect that while we'dmjacob2000-05-091-17/+20
* Unhide dec_kn300_cons_init and don't make it something we call early.mjacob2000-05-091-8/+2
* Fix some breakage about how we build WWNs. Do some other fabric relatedmjacob2000-05-091-136/+247
* roll platform minormjacob2000-05-091-1/+1
* Roll core minor version. Change our 'fabdev' tag to 'loggedin'.mjacob2000-05-091-6/+6
* Add in a watchdog routine to catch cases where we've dropped the command.mjacob2000-05-091-2/+32
* The storage for WWN from NVRAM is actually the PORT WWN, not the NODE WWN.mjacob2000-05-091-1/+12
* Conrrect a macro with parenthesis.mjacob2000-05-091-1/+1
* Make issetugid return correctly. It was returning -1 withpeter2000-05-091-2/+1
* Include machine/in_cksum.h to unbreak options MROUTING.ken2000-05-081-0/+1
* Use the new and shiny module versioning. This enables you to load then_hibma2000-05-082-1/+5
* Added PC-98 supports.nyan2000-05-089-0/+48
* Fix DELAY function to use the RPCC cycle counter register.mjacob2000-05-071-7/+34
* If PERIPH_1284 is not defined, don't even bother calling the BUS_*_INTRn_hibma2000-05-071-9/+15
* Add the fields needed to store the cookies.n_hibma2000-05-072-0/+13
* Do the attach (and detach) properly. Store the cookies.n_hibma2000-05-074-154/+286
OpenPOWER on IntegriCloud