summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-07-01indentTheo de Raadt
1999-07-01new mdoc'd bootpef(8), bootptest(8), vttest(1) man pages; kwesterback@home.comAaron Campbell
also repairs to mdoc.samples(7) and tcpdump(8)
1999-07-01Forgotten changes needed by the Xircom driver. Includes acceptanceNiklas Hallqvist
of config-less functions, lowering of some splhighs to spltty and some stylistic changes
1999-07-01regenNiklas Hallqvist
1999-07-01Add back lost Newmedia Multimedia. Some TDK/Xircom messup cleanedNiklas Hallqvist
up. Add Lucent WaveLAN numbers.
1999-07-01Add NewMedia BusToaster SCSI Host Adapter.Federico G. Schwindt
Remove repeated entry in if_ne_pcmcia.c. Minor cosmetical changes.
1999-07-01This should fix the problem reported by mickey@.Federico G. Schwindt
1999-07-01syncFederico G. Schwindt
1999-07-01Add NewMedia BusToaster SCSI Host Adapter from NetBSD.Federico G. Schwindt
1999-07-01Add support for Joliet extensions. From FreeBSDDavid Leonard
1999-06-30put non-space names in systeminfo(SI_PLATFORM); hal_snyder@sdsi.comTheo de Raadt
1999-06-30do not allocate pv_entries for the block-mapped areaMichael Shalayeff
1999-06-30syncTheo de Raadt
1999-06-30another pci listTheo de Raadt
1999-06-30remove final low-level crypto knowledge from base ipsec codeTheo de Raadt
1999-06-30bpfattach bridge's and provide tap for queued packetsJason Wright
1999-06-29add sysctl kern.arandom to get a random integer. useful when chrooted withNiels Provos
no /dev/arandom.
1999-06-29do not enable eisa by ourselves, better viper size printMichael Shalayeff
1999-06-29use FreeBSD's alpha stuffJason Wright
1999-06-29merge with FreeBSD:Jason Wright
support for 3c905C
1999-06-29sync with freebsd:Jason Wright
comment out some debugging code, rcsid changes
1999-06-29syncJason Wright
1999-06-293c905C-TXJason Wright
1999-06-29remove vm_inherit_t casts, not really needed; millert@Aaron Campbell
1999-06-29add rl & rlphyJason Wright
1999-06-29merge with FreeBSD:Jason Wright
support for delta, addtron, and SiS 8139 boards initialize if_snd.ifq_maxlen correctly chipset now works on alpha
1999-06-29syncJason Wright
1999-06-29SiS 900 (rl8139) ethernetJason Wright
1999-06-29support for pnicJason Wright
1999-06-29Merge with FreeBSD:Jason Wright
workarounds for tx/rx hardware bugs now works on alpha support for phy-less boards (onboard xcvr)
1999-06-28typo; failed with WDDEBUG setHakan Olsson
1999-06-28sync with FreeBSD:Jason Wright
PNIC-II now supported in if_mx stability fixes
1999-06-28syncHakan Olsson
1999-06-28Add Diamond MX300Hakan Olsson
1999-06-28syncJason Wright
1999-06-28compex PMACJason Wright
1999-06-26do this right next time, hoTheo de Raadt
1999-06-26Recognize Nvidia TNT2 cards.Hakan Olsson
1999-06-25Don't turn off uart when closing cua device if tty is waiting.Jim Rees
Instead just drop dtr briefly.
1999-06-24don't free spp in swapmount, someone else does that for us. From: mickey@Artur Grabowski
1999-06-24fix cpu_switch panicMichael Shalayeff
1999-06-24manualy assign structuresMichael Shalayeff
1999-06-23Added some protocol independent interfaces (supposedly IPv6 support APIs, butcmetz
ones that are useful for all protocols, not just IPv6).
1999-06-23no reason for audio on the RAMDISKTheo de Raadt
1999-06-23hme dma version for fas cardsTheo de Raadt
1999-06-23Improved sysv shared memory. Works with UVM.Artur Grabowski
Original work done in FreeBSD, but this code was ported from NetBSD by Chuck Cranor.
1999-06-23apparently we need to have kmemstats in the kernel even if we don't use it.Artur Grabowski
vmstat will fail if we don't have symbol even when it doesn't need it. XXX
1999-06-23regenMichael Shalayeff
1999-06-23add hp atm and madge token ringMichael Shalayeff
1999-06-23attempt at repairing rl2_transmit (still broken); cleanup; spellingDavid Leonard