Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-07 | Forgot the names here... | Angelos D. Keromytis | |
2000-01-07 | GRE/MobileIP input routine processing, from NetBSD (with a few | Angelos D. Keromytis | |
changes). Also, minor cleanup in in_proto.c | |||
2000-01-07 | gre interface code, from NetBSD (with some changes) | Angelos D. Keromytis | |
2000-01-07 | Add missing IF_DROPs | Angelos D. Keromytis | |
2000-01-07 | IPPROTO_GRE and IPPROTO_MOBILE definitions (from NetBSD) | Angelos D. Keromytis | |
2000-01-07 | ifdef cleanup | Angelos D. Keromytis | |
2000-01-07 | Cleanup ifdefs | Angelos D. Keromytis | |
2000-01-07 | Early check for destination port 0 (itojun@) | Angelos D. Keromytis | |
2000-01-07 | sync with work by Greg Oster on NetBSD | Peter Galbavy | |
Please note: This update has *only* been tested on i386 with IDE disks. Could someone with a spare box please make sure all is OK with SCSI and maybe other arches ? sparc testing will follow locally. * remove rf_sys.h * many changes to make it more stable * some performance increases * All raid threads now get their own kernel process and the calling raidctl(8) program will show status progress through a meter. * In theory FFS_SOFTUPDATES and RAIDframe will now work together - NOT TESTED YET See http://www.cs.usask.ca/staff/oster/raid.html This updates include Greg's changes to Jan 4th 2000. TODO: * some odd behaviour when running raictl -c on an already config'ed raid set - problem founf, fix being done * progress meter is in raidctl(8) - seperate commit, but could do with sync'ing with OpenBSD ftp version | |||
2000-01-07 | s/memset/bzero/ | Jun-ichiro itojun Hagino | |
From: Michael Shalayeff <mickey@lucifier.dial-up.user.akula.net> | |||
2000-01-06 | Leave audio alone for midi or midibus. | Federico G. Schwindt | |
2000-01-06 | don't use _C_LABEL. but do use __STRING | David Leonard | |
2000-01-06 | add __weak_alias() macro | David Leonard | |
2000-01-06 | Added support for MVME177 | Steve Murphree | |
2000-01-06 | Fix for NFS swap device. | Steve Murphree | |
2000-01-06 | Add support for MVME177 | Steve Murphree | |
2000-01-06 | Fix for IP v.6 | Steve Murphree | |
2000-01-06 | Added support for MVME177 (mc68060) | Steve Murphree | |
2000-01-06 | remove mx driver... dc works | Jason Wright | |
2000-01-06 | remove mx & pn in favor of dc | Jason Wright | |
2000-01-06 | o let if_dc match macronix and pnic-II | Jason Wright | |
o apply patch from Joff Thyer <jsthyer@uncg.edu> that helps with watchdog resets in mx & dm chips | |||
2000-01-06 | som is a md format | Michael Shalayeff | |
2000-01-06 | add missing net.inet6.ip6.rr_prune case. | Jun-ichiro itojun Hagino | |
2000-01-05 | In the NFSMSIZ macro, don't assume that m_ext.ext_size == MCLBYTES. | Todd C. Miller | |
From NetBSD | |||
2000-01-05 | unintended piece escaped | Michael Shalayeff | |
2000-01-05 | missing include | Michael Shalayeff | |
2000-01-05 | clarify rip6_ctloutput(). | Jun-ichiro itojun Hagino | |
2000-01-05 | nfs vnodeops are only defined with NFSCLIENT, not NFSSERVER. | Artur Grabowski | |
2000-01-05 | nfs vnodeops are only defined with NFSCLIENT, not NFSSERVER. | Artur Grabowski | |
2000-01-04 | If SIOCSIFADDR fails, put back the old address before calling splx(). | Federico G. Schwindt | |
2000-01-04 | fix mbuf out-of-bound writes on nfsv2 mounts. | Jun-ichiro itojun Hagino | |
netbsd sys/nfs/nfs_socket.c 1.43 -> 1.44 | |||
2000-01-04 | Remove unused file. If we end up using m_pulldown() in the future, it | Angelos D. Keromytis | |
should be added to uipc_mbuf.c | |||
2000-01-04 | if we call in6_setpeeraddr, don't visit code for ipv4. | Jun-ichiro itojun Hagino | |
(the case seems to be never bisited) | |||
2000-01-04 | keep paren match. | Jun-ichiro itojun Hagino | |
2000-01-04 | remove support for v4 mapped address completely. | Jun-ichiro itojun Hagino | |
2000-01-03 | sync | Theo de Raadt | |
2000-01-03 | advansys u2w | Theo de Raadt | |
2000-01-03 | use strtol to parse timeout value; from Kenneth R Westerback ↵ | Michael Shalayeff | |
<kwesterback@home.com>, effectively closes pr/1006, plus a few space issues | |||
2000-01-03 | .Sh "SEE ALSO" -> .Sh SEE ALSO | Paul Janzen | |
2000-01-03 | Remove dependencies between midi & audio. midi now will compile on | Federico G. Schwindt | |
speaker only systems. | |||
2000-01-03 | check db_panic in kdb_trap() as well; similar to i386 fix from assar | Theo de Raadt | |
2000-01-03 | Chase down the IPv6 header chain to find the right place swap the Next | Angelos D. Keromytis | |
Payload value. Note to self: it would be nice if we had a very of m_copydata() with memory (so it wouldn't need to start the search from the begining of the mbuf). | |||
2000-01-03 | Remove ifdef'd out macros. | Angelos D. Keromytis | |
2000-01-03 | Remove ax and al from GENERIC; match with dc instead. | Aaron Campbell | |
2000-01-02 | Move the requeueing logic from ipsec_input() to ah_input() and | Angelos D. Keromytis | |
esp_input(), since this is only needed for IPv4; IPv6 header processing follows a different approach. | |||
2000-01-02 | Replace references to ipsec6_sysctl (code is not yet compiled in) | Angelos D. Keromytis | |
2000-01-02 | Change ipsec_input() to return error. | Angelos D. Keromytis | |
2000-01-02 | Fix ifdef IPSEC | Angelos D. Keromytis | |
2000-01-02 | Properly handle non-IPSEC case. | Angelos D. Keromytis | |
2000-01-02 | ip_ip4.c should be included in inet | inet6. | Angelos D. Keromytis | |