Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-01-02 | Fix non-IPSEC kernel compilation (or part of it). | Angelos D. Keromytis | |
2000-01-02 | Remove the ifdef for IP_ENCAPSULATED. | Angelos D. Keromytis | |
2000-01-02 | (sy_call_t): define a type for the functions in sysent | assar | |
PR 1032 | |||
2000-01-02 | (lkmalloc): initialize `sym_id' | assar | |
(lkmunreserve): check that the DDB symbols were actually loaded before unloading them PR 1031 | |||
2000-01-02 | do in6_if_up() at splsoftnet() instead of splimp(), permitting ↵ | Theo de Raadt | |
device-related interrupts during that time. It is believed this is safe | |||
2000-01-02 | implement net.inet6.icmp6.nodeinfo sysctl, which disables | Jun-ichiro itojun Hagino | |
ICMPv6 node information query (and FQDN query - old variant). kame repository has the change as well. | |||
2000-01-01 | Correct casts in nfs_statfs() V3 code to correspond to reality (ie: | Todd C. Miller | |
struct statfs). Also, Make sure we do signed arithmatic when computing f_bavail. | |||
2000-01-01 | do stop in kdb_trap() based on db_panic value | Michael Shalayeff | |
2000-01-01 | honour db_panic in kdb_trap() | Theo de Raadt | |
2000-01-01 | grammar in comment | Michael Shalayeff | |
2000-01-01 | check db_panic in kdb_trap() as well; similar to i386 fix from assar | Theo de Raadt | |
2000-01-01 | make the kernel compile | Theo de Raadt | |
2000-01-01 | 2000 | Theo de Raadt | |
1999-12-31 | copy pkthdr correctly in m_split, okay angelos@ | Niels Provos | |
1999-12-31 | fix IPv6 ipsec template lossage. | Jun-ichiro itojun Hagino | |
- previous code grabbed new nexthdr mistakingly - parameter passing must follow ip6protows (actually the code will never get called until in6_proto.c is updated) the current code assumes that {AH,ESP} is right next to IPv6 header. the assumption must be removed, but it means that we need to chase header chain... | |||
1999-12-31 | be sure to cleanup "opts" pointer on multicast udp packet reception. | Jun-ichiro itojun Hagino | |
1999-12-31 | Add SDEV_NOLUNS quirk for NEC CD-ROM DRIVE:501 | Todd C. Miller | |
1999-12-31 | indent | Theo de Raadt | |
1999-12-31 | fix order of uvm_fault() arguments in debug printf (; | Michael Shalayeff | |
1999-12-31 | don't bother about pidr3 and pidr4 | Michael Shalayeff | |
1999-12-31 | modify xl_reset to allow for a hard reset (with resets everything including | Jason Wright | |
loading defaults from EEPROM) and a soft reset with resets everything except loading defaults from EEPROM. This fixes media selection for 3c900b (icfg is reloaded during a hard reset) | |||
1999-12-30 | insert commented UVM_SWAP_ENCRYPTION | Niels Provos | |
1999-12-30 | swap encryption for UVM, option UVM_SWAP_ENCRYPT. needs to be enabled | Niels Provos | |
via sysctl. Pages are encrypted with the Blowfish encryption algorithm, the key is initialized randomly on first swap out, ensuring that entropy has accumulated in the kernel randomness pool. Eventually, swap encryption will be decided on a process by process basis, e.g. a process that reads from a cryptographic filesystem will enable swap encrypt for its pages. okay art@ and deraadt@. | |||
1999-12-30 | fix tags link; tdeval@PrimeOBJ.COM | Theo de Raadt | |
1999-12-30 | initialize lo0 automatically. kame ipv6 code assumes that there's ::1, | Jun-ichiro itojun Hagino | |
for various reasons ("goto ours" speedup, multicast group mgmt, and others). should fix PR1012. | |||
1999-12-30 | Add tctrl0 for tadpole so things like powerdown work. | Todd C. Miller | |
1999-12-30 | when db_panic is set, ignore ddb errors that come through the kdb_trap() | Theo de Raadt | |
interface as well; assar@stacken.kth.se |