summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-02-09don't include netinet6/ip6.hJun-ichiro itojun Hagino
2000-02-09raw bus transfers are unaligned, also some spellsMichael Shalayeff
2000-02-09thinking it seems reduces heartbeat, boyMichael Shalayeff
2000-02-09yes, better netled namesMichael Shalayeff
2000-02-09heartbeat -- yeah we have a patch for thatMichael Shalayeff
2000-02-09don't need netinet6/in6.hJun-ichiro itojun Hagino
2000-02-08evil typo; from Rusty Hunt <alaric@exoinc.com>Michael Shalayeff
2000-02-08prevent a panic when suspending on an idle systemNiklas Hallqvist
2000-02-08Remove name field from ncr_chip_table since it doesn't have the chip nameTodd C. Miller
anymore. Instead, we print the scsi version supported based on the features flags.
2000-02-08syncTheo de Raadt
2000-02-08sun pci hmeTheo de Raadt
2000-02-08Split low ISA memory (<16MB) into its own freelist, which is used last byNiklas Hallqvist
the VM subsystem. This makes isadmaattach panics go away on large memory systems. Also use atop instead of btoc for consistency when dealing with the initial chunks of physical memory to give to UVM.
2000-02-07remove verbosity in dmesg; openbsd commit #10,000 for meTheo de Raadt
2000-02-07regen (with correct reference from syscalls.master)assar
2000-02-07regen (with correct reference from syscalls.master)assar
2000-02-07regen (with correct reference from syscalls.master)assar
2000-02-07s/DIAGNOSTIC/DEBUG/Jun-ichiro itojun Hagino
2000-02-07fix include file path related to ip6.Jun-ichiro itojun Hagino
2000-02-07make more check about mbuf len before rolling message for routing header.Jun-ichiro itojun Hagino
2000-02-07remove prefix information in the kernel when all matching in6_ifaddr are gone.Jun-ichiro itojun Hagino
fix include file path.
2000-02-07fix ifa refcnt'ing.Jun-ichiro itojun Hagino
fix include file path.
2000-02-07use log(), not printf(), for DAD messages.Jun-ichiro itojun Hagino
make more checks on mbuf length for outbound packets. correct include file path.
2000-02-07for more strict rfc2292 compliance swap netinet{,6}/{ip6,icmp6}.h.Jun-ichiro itojun Hagino
netinet6/{ip6,icmp6}.h will be nuked afterwards.
2000-02-07update to use new checkexp vfs operationassar
2000-02-07(sys_getfh): moved here from nfs_syscalls.cassar
(sys_fhopen, sys_fhstat, sys_fhstatfs): new system calls that use file handles instead of file names. largely based on NetBSD
2000-02-07at least make it compile with LFS definedassar
2000-02-07(vfsops): divide up fhtovp into two: fhtovp that does the mapping andassar
checkexp that verifies if the client has the right to mount this fs from us (fhopen, fhstat, fhstatfs): add prototypes for new syscalls. (largely based on NetBSD)
2000-02-07regeneratedassar
2000-02-07always include sys_getfh. add fhopen, fhstat, and fhstatfsassar
2000-02-07removed prototype of sys_getfh - it is now a normal syscallassar
2000-02-07moved sys_getfh to vfs_syscalls.cassar
2000-02-07make it compilable without "options DEBUG"Jun-ichiro itojun Hagino
2000-02-07sync with netbsd. ok @deraadtKenneth R Westerback
2000-02-07regenNiklas Hallqvist
2000-02-07Rough but working driver for ICP-Vortex RAIDNiklas Hallqvist
2000-02-06LVD support, from FreeBSD, tested for half a year by several peopleNiklas Hallqvist
2000-02-06Maintain tx clock state and set RED LED appropriately for SSI cardChris Cappuccio
2000-02-06missing \n on printfChris Cappuccio
2000-02-06Make LEDs (mostly) accurate for all models instead of just LMC1000Chris Cappuccio
Actually call media-specific watchdog section that was added in last commit Play with tulip bits in lmc_watchdog
2000-02-05support new u2w cards; dante@mclink.it, merged by kwesterback@home.comTheo de Raadt
2000-02-05if card has an activate function, call it on apm power changesTheo de Raadt
2000-02-05repair suspend/activate; extern rlnstop, rlninitDavid Leonard
2000-02-04Fix misleading comment.Angelos D. Keromytis
2000-02-04In cases where we flush a page from the cache and tlb we want toArtur Grabowski
flush it from the tlb _after_ the cache because some cache flushes can reload the tlb. (fixes random coredumps on some cpus).
2000-02-04more coverage of in6_ifdetach()'s cleanup process.Jun-ichiro itojun Hagino
bug fix in SIOCGIFADDR_IN6 (point to point case).
2000-02-04make IPv6 reass work on alpha. NetBSD PR 9340.Jun-ichiro itojun Hagino
2000-02-04esp_init collides with netinet; renamed itTheo de Raadt
2000-02-04Modify ia_iosize so probe messages print correctly for the clock devicesimp
on isa buses.
2000-02-04Some cpus might have the cache running even before we enable it.Artur Grabowski
Uncache the pagetables in pmap_bootstrap4m and recache them again in pmap_cache_enable if we can. This fixes the problems seen on SM30.
2000-02-04Externalize comstop()Angelos D. Keromytis