Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-19 | - upgrade icmp6 node information query support to 06 draft. | Jun-ichiro itojun Hagino | |
- pedant: possible alignment issue in ALIGN > 8 arch (should be okay for now) (sync with kame) | |||
2000-08-18 | Stupid Linux redefined SBRK semantics | Niklas Hallqvist | |
2000-08-18 | Remove comment that refers to a NOTE that was removed yesterday | Marco S Hyman | |
2000-08-18 | Add TCSBRK emulation. bug reported by sparud@crt.se | Niklas Hallqvist | |
2000-08-18 | wb needs mii_phy for mii_phy_reset() | Michael Shalayeff | |
2000-08-18 | unused variable if no apm and no pcibios conditions; pt out by chris@ | Michael Shalayeff | |
2000-08-17 | pcibios tells us everything, no bios_pciinfo | Michael Shalayeff | |
2000-08-17 | use destination lengths when trimming the output packet (cut and pasto) | Jason Wright | |
2000-08-17 | pcibios0 at bios0 flags 0x0000 | Michael Shalayeff | |
this is now a real device, which looks in flags for disabling address, interrupt or bus fixup. bios0's flags are to disable bios32 and pcibios probing. since boot_config support editing flags, it's posible to adjust pcibios functionality in the generic kernel upon boot time. man is coming. | |||
2000-08-17 | replace if_awi w/ semi-current netbsd driver; still has problems | Michael Shalayeff | |
2000-08-17 | - auth+enc sorta works: fixup all of the offsets for encryption/authentication | Jason Wright | |
- also check for cases that ubsec cannot handle (and should not happen anyway) - actually use the destination length to trim the packet in the output descriptor - don't copy the IV into the packet unless it doesn't already have one (old debugging code...) - style fixes | |||
2000-08-16 | morth to use new timeouts | Michael Shalayeff | |
2000-08-16 | Fix AK4531 data sheet link. Ok'd by deraadt@ | Kevin Lo | |
2000-08-15 | Increase if_obytes and if_omcasts in the output routine, | Chris Cappuccio | |
as it replaces ether_output and ether_output does this... (peter.jeremy@alcatel.com.au FreeBSD PR 20611) | |||
2000-08-15 | print cpu revision and type | Michael Shalayeff | |
2000-08-15 | cpu types, enable sti (which works now) | Michael Shalayeff | |
2000-08-15 | these are our cpu types, we maybe run on them, someday | Michael Shalayeff | |
2000-08-15 | note about pcxs and kernel base here | Michael Shalayeff | |
2000-08-15 | two btlb routines (i & d) for pcxs | Michael Shalayeff | |
2000-08-15 | expand per-cpu control routines switch | Michael Shalayeff | |
2000-08-15 | equiv_end no longer used w/ new kvtop | Michael Shalayeff | |
2000-08-15 | ugly spaces | Michael Shalayeff | |
2000-08-15 | compress MD_CACHE_CTL in one line | Michael Shalayeff | |
2000-08-15 | new kvtop works, a few more items | Michael Shalayeff | |
2000-08-15 | interrupt guts | Michael Shalayeff | |
2000-08-15 | use pci_mapreg_map, deallocate resources on failure in attachment; jason@ ok | Michael Shalayeff | |
2000-08-15 | Put the bcopy back in place for the decryption CRD_F_EXPLICIT_IV case (missed | Jason Wright | |
this yesterday when fixing the encryption side of this case). Only used for old IPSec xforms anyway. | |||
2000-08-15 | don't forget the initial swizzling with IPAD for inner state (fixes | Jason Wright | |
auth-only mode which was broken with new session code). | |||
2000-08-15 | keep file naming consistent, rename exec.h -> sunos_exec.h | Brad Smith | |
2000-08-15 | - deallocate all resources grabbed during hifn_attach() when an error occurs. | Jason Wright | |
- temporary workaround for netsec hifn7751 rev A: half the amount of memory because two of the address lines were left floating (better memory check coming soon). | |||
2000-08-15 | NUL not NULL; noted by Theo. | jasoni | |
2000-08-15 | make procfs compile on non-uvm systems | Eric Jackson | |
2000-08-15 | +memset for ext2fs, should fix both pmax (untested) and arc | imp | |
2000-08-15 | +files.mii for ep | imp | |
2000-08-15 | locore.S and we have no SFILES at the moment | imp | |
2000-08-15 | - Can't avoid one of those bcopy's so easily (only happens with old ESP | Jason Wright | |
transforms... those with CRD_F_IV_EXPLICIT, so we can take the function call overhead there). - >> instead of << for coffset (auth+enc still isn't working, but this was an obvious bug). - #ifdef UBSEC_DEBUG out the auth-only debugging code | |||
2000-08-13 | do iv copying by hand, to avoid bcopy overhead | Theo de Raadt | |
2000-08-13 | fix session code | Theo de Raadt | |
2000-08-13 | not completely working session code from jason | Theo de Raadt | |
2000-08-13 | indent | Theo de Raadt | |
2000-08-13 | indent | Theo de Raadt | |
2000-08-13 | if COMPAT_OSF1 is defined, define COMPAT_OLDSOCK | Eric Jackson | |
and COMPAT_OLDTTY. | |||
2000-08-12 | emulate uname correctly | Eric Jackson | |
2000-08-12 | use osf1_sigcode | Eric Jackson | |
2000-08-12 | use osf sigcode for compat_osf1 | Eric Jackson | |
2000-08-12 | add osf1 specific sigcode, from NetBSD | Eric Jackson | |
2000-08-12 | mcr aggregation now works, best i have seen yet is 5 (huh?) | Theo de Raadt | |
2000-08-12 | simple typo; maligned@attcanada.net | Theo de Raadt | |
2000-08-12 | update sample directory listing. | jasoni | |
2000-08-12 | document cmdline. | jasoni | |