Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
1999-12-30 | comment out tr by now; deraadt@. | Federico G. Schwindt | |
1999-12-29 | fix _input/_output proto changes for tcp_signature; angelos@ ok | Michael Shalayeff | |
1999-12-29 | remove mips GENERIC.v6 (arch/mips is not for builds, but for code sharing) | Jun-ichiro itojun Hagino | |
1999-12-29 | fix return type for pmap_growkernel; art@ ok | Michael Shalayeff | |
1999-12-28 | speed up blowfish by > 20%. | Niels Provos | |
1999-12-28 | Avoid recursive rw_enter panic. From darrenr@pobox.com. | Kjell Wooding | |
1999-12-28 | Update to ipfilter 3.3.6. See src/sbin/ipf/HISTORY for details. | Kjell Wooding | |
1999-12-28 | remove unused part of kame patch from the tree. openbsd does not pass | Jun-ichiro itojun Hagino | |
"proto" around as xx_input argument. (sync with kame change) | |||
1999-12-28 | remove non-effective kame patch. openbsd ip_input() passes | Jun-ichiro itojun Hagino | |
different thing to the upper-layers than other KAME/*BSD does (additional NULL pointer and "0"), so live with that. (sync with kame) | |||
1999-12-27 | Add tr driver. | Federico G. Schwindt | |
1999-12-27 | Token ring driver for Tropic based boards; from NetBSD. | Federico G. Schwindt | |
This is as is in NetBSD. I've some mods in my tree ready to be merged. For the records: * This driver needs massive work to be ready for production (people is invited to help, don't be shy). Rewrite part/whole is my list. * IP isn't working at the moment. ARP handling needs several changes. (remember this guys? maybe this time...) * This only handle SNAP frames. IPX using IPX frames doesn't work (you could receive but not transmit to be exact). In order to do that, dsap needs to be changed. I don't know how to setup multiple dsap's at the moment (don't worry about it now, our IPX code is going to be replaced soon since the current implementation is buggy). * Source routing is missing. * tcpdump needs some hacking too (in my tree too). * More things I'm probably forgetting now (haven't worked on this for a while). Our networking code needs some cleanup and rearrangement (specially the headers). net/if_ether.h is an example; arp is not ether specific. | |||
1999-12-27 | Token ring subroutines. For details see next commit. | Federico G. Schwindt | |
1999-12-27 | Add tr driver; from NetBSD. | Federico G. Schwindt | |
1999-12-27 | Add tropic driver definition and token ring support. | Federico G. Schwindt | |
1999-12-27 | Add eeprom offset for 3c619 (maybe others?). | Federico G. Schwindt | |
1999-12-27 | Polynomial for 3com token link 619; from NetBSD. | Federico G. Schwindt | |
1999-12-27 | synchronize inp_flags definition across kame/*bsd. | Jun-ichiro itojun Hagino | |
this would ease us implement future COMPAT_*BSD. (sync with kame tree) | |||
1999-12-27 | Add SRCSA and CLEARSA ioctls. | Angelos D. Keromytis | |
1999-12-27 | Some more enc ioctls. | Angelos D. Keromytis | |
1999-12-27 | Implement ioctls for binding SAs to enc interfaces (to be used with | Angelos D. Keromytis | |
the bridge). | |||
1999-12-27 | Print associated interface, if present. | Angelos D. Keromytis | |
1999-12-26 | Correctly initialize loop variables when not doing authentication with | Angelos D. Keromytis | |
ESP (bug reported by provos@) |