Age | Commit message (Expand) | Author |
2000-02-07 | for more strict rfc2292 compliance swap netinet{,6}/{ip6,icmp6}.h. | Jun-ichiro itojun Hagino |
2000-02-07 | update to use new checkexp vfs operation | assar |
2000-02-07 | (sys_getfh): moved here from nfs_syscalls.c | assar |
2000-02-07 | at least make it compile with LFS defined | assar |
2000-02-07 | (vfsops): divide up fhtovp into two: fhtovp that does the mapping and | assar |
2000-02-07 | regenerated | assar |
2000-02-07 | always include sys_getfh. add fhopen, fhstat, and fhstatfs | assar |
2000-02-07 | removed prototype of sys_getfh - it is now a normal syscall | assar |
2000-02-07 | moved sys_getfh to vfs_syscalls.c | assar |
2000-02-07 | make it compilable without "options DEBUG" | Jun-ichiro itojun Hagino |
2000-02-07 | sync with netbsd. ok @deraadt | Kenneth R Westerback |
2000-02-07 | regen | Niklas Hallqvist |
2000-02-07 | Rough but working driver for ICP-Vortex RAID | Niklas Hallqvist |
2000-02-06 | LVD support, from FreeBSD, tested for half a year by several people | Niklas Hallqvist |
2000-02-06 | Maintain tx clock state and set RED LED appropriately for SSI card | Chris Cappuccio |
2000-02-06 | missing \n on printf | Chris Cappuccio |
2000-02-06 | Make LEDs (mostly) accurate for all models instead of just LMC1000 | Chris Cappuccio |
2000-02-05 | support new u2w cards; dante@mclink.it, merged by kwesterback@home.com | Theo de Raadt |
2000-02-05 | if card has an activate function, call it on apm power changes | Theo de Raadt |
2000-02-05 | repair suspend/activate; extern rlnstop, rlninit | David Leonard |
2000-02-04 | Fix misleading comment. | Angelos D. Keromytis |
2000-02-04 | In cases where we flush a page from the cache and tlb we want to | Artur Grabowski |
2000-02-04 | more coverage of in6_ifdetach()'s cleanup process. | Jun-ichiro itojun Hagino |
2000-02-04 | make IPv6 reass work on alpha. NetBSD PR 9340. | Jun-ichiro itojun Hagino |
2000-02-04 | esp_init collides with netinet; renamed it | Theo de Raadt |
2000-02-04 | Modify ia_iosize so probe messages print correctly for the clock devices | imp |
2000-02-04 | Some cpus might have the cache running even before we enable it. | Artur Grabowski |
2000-02-04 | Externalize comstop() | Angelos D. Keromytis |
2000-02-03 | Make pccomms suspendable (tested on a 3Com Megahertz combo card). | Angelos D. Keromytis |
2000-02-03 | cnw_activate hacking | Angelos D. Keromytis |
2000-02-03 | Fix the activate routine to support suspend/resume. | Angelos D. Keromytis |
2000-02-03 | Prevent overflow in computation of buffer cache limitation | Niklas Hallqvist |
2000-02-03 | remove extraneous spaces and tabs | Michael Shalayeff |
2000-02-03 | Remove overly verbose printf during driver config. | Dale S. Rahn |
2000-02-03 | Define missed when the intial bus_dma code was checked in. | Dale S. Rahn |
2000-02-03 | WEP support -- from FreeBSD (wpaul) | Angelos D. Keromytis |
2000-02-02 | MD swap macros | Michael Shalayeff |
2000-02-02 | Call xxx_init and xxx_stop on activate. | Federico G. Schwindt |
2000-02-02 | make the activate routines do xxstop() and xxinit() | Theo de Raadt |
2000-02-02 | make sure to nuke kludge entries, regardless from refcnt. | Jun-ichiro itojun Hagino |
2000-02-02 | - improve in6_ifdetach to remove (1) multicast kludge list (2) route to | Jun-ichiro itojun Hagino |
2000-02-02 | wrap IFAFREE() by "do {} while (0)". it wasn't safe enough. | Jun-ichiro itojun Hagino |
2000-02-02 | remove never-visited code (#ifdef MAPPED_ADDR_ENABLED) | Jun-ichiro itojun Hagino |
2000-02-02 | regen. | Federico G. Schwindt |
2000-02-02 | Add Melco product; from NetBSD. | Federico G. Schwindt |
2000-02-02 | Some KNF. Initialize shutdown just in case. | Federico G. Schwindt |
2000-02-02 | o Don't call nfs_sillyrename() form nfs_remove if v_type == VDIR | Todd C. Miller |
2000-02-01 | Update to IPFilter 3.3.8. Man pages still to go. See sbin/ipf/HISTORY | Kjell Wooding |
2000-02-01 | general cleanup (remove LMC_IOMAPPED crud entirely) | Chris Cappuccio |
2000-02-01 | oops, return 0 if not match. | Federico G. Schwindt |