summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* KAME related header files additions and merges.shin1999-11-0526-46/+1515
* Remove calls to alpha_register_pci_scsi(). After Mike's recent bootgallatin1999-11-053-16/+0
* Add a forgotten source file.roberto1999-11-051-1/+1
* Expand the sscanf buffer to 32 bytes to make room for the expandedmsmith1999-11-052-2/+2
* Add the option for a socket node to shut down when the last hookjulian1999-11-053-65/+63
* Remove an unnecessary alignment check from osigreturn and sigreturn. (Thealc1999-11-041-7/+2
* Allow vfs names to include the digits 0-9 as well as the letters a-z.msmith1999-11-042-2/+2
* Sync with sys/i386/isa/spkr.c revision 1.44.nyan1999-11-041-0/+1
* Fix the atomic arithmetic primitives for address where (p&7) >= 4.dfr1999-11-041-24/+24
* Eliminate two useracc(..., VM_PROT_READ) calls that immediately precedealc1999-11-041-8/+4
* Re-implement the handing of RB_CDROM in a machine-independant fashion.msmith1999-11-042-0/+48
* now that a map's base addr is 64-bits, the alpha multi-hose hack needsgallatin1999-11-032-8/+8
* Fix bug in BIOCGETIF ioctl() where it would return a bogus interfacearchie1999-11-031-24/+8
* Add back netboot since it compiles just fine. Note that you need a fulldfr1999-11-031-1/+1
* * Don't wait forever for the boot2 filename if the PCC wraps.dfr1999-11-031-3/+6
* Emergency fix to stop world breakage.grog1999-11-031-4/+0
* Move strto{u}[ql]() into their own libkern files.phk1999-11-036-314/+491
* Move isfoo() and friends to the newly created sys/ctype.h.phk1999-11-038-13/+66
* Fix bus_setup_intr(); I changed exintr() to take a pointer to ex_softcmdodd1999-11-032-2/+2
* Remove compat cruft.phk1999-11-031-4/+0
* Quick fix for breakage of ext2fs link counts as reported by stat(2) bybde1999-11-035-1/+6
* Make MFS work with the new root filesystem search process.msmith1999-11-033-30/+50
* Cosmetic changes.nyan1999-11-032-6/+6
* Support RSA-98III PnP mode.nyan1999-11-032-0/+22
* Sync with sys/isa/sio.c revision from 1.269 to 1.273.nyan1999-11-032-218/+202
* Remove unnecessary file.nyan1999-11-031-190/+0
* Sync with sys/i386/conf/GENERIC revision 1.199.nyan1999-11-032-16/+16
* Sync with sys/i386/isa/clock.c revision 1.146.nyan1999-11-033-0/+66
* Sync with sys/boot/i386/btx/btx/btx.s revision 1.13.nyan1999-11-032-0/+10
* Sync with sys/i386/i386/machdep.c revision 1.371.nyan1999-11-032-2/+2
* Sync with sys/boot/i386/libi386/Makefile revision 1.15.nyan1999-11-031-0/+4
* Sync with sys/dev/syscons/syscons.c revision 1.326.nyan1999-11-031-7/+0
* Fix for multiple pcm devices.tanimura1999-11-032-20/+20
* Add a second direct map window to increase the maximum RAM this platformgallatin1999-11-031-28/+43
* Add statistics counters to "tee" netgraph node type.archie1999-11-022-53/+141
* Simplify checking/parsing of strings using strtoul(), isdigit(), etc.archie1999-11-024-66/+38
* Consolidate some of the various ctype(3) macros in one location.archie1999-11-025-14/+13
* Change structure field named 'toupper' to 'to_upper' to avoid conflictarchie1999-11-024-18/+18
* Change isspace() macro name to avoid conflict.archie1999-11-022-14/+14
* Remove unused macro definition.archie1999-11-021-1/+0
* Add new options NETGRAPH_PPP and NETGRAPH_PPPOE, plus NETGRAPH_SOCKET whicharchie1999-11-023-0/+9
* Add options NETGRAPH_PPP and NETGRAPH_PPPOE.archie1999-11-022-0/+4
* Fix typo in previous commit.archie1999-11-023-3/+3
* Remove the prototypes for two functions that were removed when thejhb1999-11-022-6/+0
* Cut out some extra dead code that I missed last time around. I thinkmsmith1999-11-021-14/+2
* Add mn0 in the netgraph section.phk1999-11-023-0/+6
* New driver: Nx64kbit/s E1/T1 cards based on Munich32x&Falc54.phk1999-11-022-0/+1288
* Remove two private copies of strtoul()phk1999-11-022-167/+0
* Unbreak this build.green1999-11-023-9/+9
* Correctly compute the block count. In reality, it seems that themsmith1999-11-022-2/+2
OpenPOWER on IntegriCloud