Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-07 | sync | Theo de Raadt | |
2000-07-07 | clean code is good code | Todd T. Fries | |
2000-07-07 | Change fingerd back to using fgets(3), not fgetln(3). Using fgetln(3) | Todd C. Miller | |
was a mistake since it allows an attacker to trivially drive up the load on a machine. Of course, this can still be done with multiple connections but there's no reason to make it easier than it needs to be. This also simplifies the logging a bit. | |||
2000-07-07 | sync | jasoni | |
2000-07-07 | Change all UNIMPL and OBSOL syscalls to STD. | jasoni | |
Add these syscalls to linux_dummy.c where they return ENOSYS and display a friendler message which tells you what unimplemented syscall has been called. | |||
2000-07-07 | Add a CAVEATS section explaining that you should never pass a user-supplied | Aaron Campbell | |
format string directly without %s. | |||
2000-07-07 | Insert missing semi-colon. | Aaron Campbell | |
2000-07-06 | Remove the ffs_softupdates(4) man page. The license has been changed to BSD and | Aaron Campbell | |
all relevant information has been moved to the options(4) page. | |||
2000-07-06 | - Flesh this man page out substantially. | Aaron Campbell | |
- Move full description of Soft Updates under the FFS_SOFTUPDATES option. | |||
2000-07-06 | #ifdef SIOCGIFMTU should have been SIOCSIFMTU. | mjacob | |
Noticed by: Chris Cappuccio <chris@dqc.org> | |||
2000-07-06 | Fix a minor bug in the MAC address unscrambling code. From FreeBSD. | Aaron Campbell | |
2000-07-06 | Add "-idirafter ${DESTDIR}/usr/include/g++" to CXXFLAGS if DESTDIR is set. | Todd C. Miller | |
Fixes "make build" problems w/ libcurses++ since -nostdinc is in effect. | |||
2000-07-06 | add utty, serial port for USB devices. | Federico G. Schwindt | |
2000-07-06 | Add ucom to char. device list and change XX_UNITMASK's to match OpenBSD; | Federico G. Schwindt | |
from dugsong@ | |||
2000-07-06 | Perform a much longer delay after resetting the card to give it a chance to get | Aaron Campbell | |
its brains in order. | |||
2000-07-06 | sync | Federico G. Schwindt | |
2000-07-06 | 3com 3C339 token ring. | Federico G. Schwindt | |
2000-07-06 | Sync with NetBSD. | Aaron Campbell | |
2000-07-06 | Note support for National Semiconductor DP83815-based PCI Ethernet. | Aaron Campbell | |
2000-07-06 | Add support for the National Semiconductor DP83815 Fast Ethernet chip. | Aaron Campbell | |
This chip is currently being used on the NetGear FA312-TX adapter, which is presumably a replacement for the PNIC-based FA310-TX. From FreeBSD. | |||
2000-07-06 | dummy me, forgot \n in panic->printf transition | Michael Shalayeff | |
2000-07-06 | sync | Aaron Campbell | |
2000-07-06 | oops | Aaron Campbell | |
2000-07-06 | don't panic for nothing | Michael Shalayeff | |
2000-07-06 | Add ICU 82801AA_LPC (as on the OR840 motherboard). | Hakan Olsson | |
2000-07-06 | The Cisco 340 is the same as the Aironet 4800 (Cisco bought Aironet). | Todd C. Miller | |
2000-07-06 | sync | Aaron Campbell | |
2000-07-06 | Add new NatSemi Ethernet product. | Aaron Campbell | |
2000-07-06 | Change splsoftclock() call to spllowersoftclock() to conform with other | Hakan Olsson | |
code and keep old behaviour. (art@ ok) | |||
2000-07-06 | Change splsoftclock() to spllowersoftclock(). (art@ ok) | Hakan Olsson | |
2000-07-06 | Change splsoftclock() to raise the spl, instead of lowering it. | Hakan Olsson | |
Add spllowersoftclock() for the former behaviour. Update comment. (art@ ok) | |||
2000-07-06 | Add spllowersoftclock(), same as splsoftclock(). (art@ ok) | Hakan Olsson | |
2000-07-06 | #ifndef MSGBUFSIZE, ok niklas@ | Eric Jackson | |
2000-07-06 | remove ip6defaultif, this is just for IPv6 specification pedants | Jun-ichiro itojun Hagino | |
2000-07-06 | Fix pmap_activate and activation of the | Artur Grabowski | |
correct pmap. | |||
2000-07-06 | Make the handling of going into ddb from the console more like the | Artur Grabowski | |
other architectures. | |||
2000-07-06 | remove mobile-ip option description, merged in by mitsake | Jun-ichiro itojun Hagino | |
2000-07-06 | Move domain.h above so this compiles again. | Federico G. Schwindt | |
Remove netinet.h within ifdef INET6; this is already included. | |||
2000-07-06 | more stats | Jun-ichiro itojun Hagino | |
2000-07-06 | sync with router renumber struct decl change. | Jun-ichiro itojun Hagino | |
more logs. make it very sure to close temporary socket. | |||
2000-07-06 | - more icmp6/ip6 stats. | Jun-ichiro itojun Hagino | |
- protect IPv6 ND from being hosed (due to neighbor unreachability detection hint) by wrong tcp traffic. still not sure if there's real attack, but it is good to be cautious. - avoid bitfield for router renumbering header decl. - implement packet-per-sec limitation for icmp6 errors, turn interval limit off (it is not very useful due to unix timer resolution). | |||
2000-07-06 | Don't write password lines longer than 1023 chars. | Hakan Olsson | |
Change two instances of err() to errx(). | |||
2000-07-06 | use %s with printf family | Theo de Raadt | |
2000-07-06 | Don't include <vm/vm.h> twice. (art@ ok) | Hakan Olsson | |
2000-07-06 | i feel dirty whenever i edit in here | Theo de Raadt | |
2000-07-06 | Typo in comment and some cleanup of roundrobin. | Artur Grabowski | |
2000-07-06 | do not assume h_errs[] is clean, use %s | Theo de Raadt | |
2000-07-06 | snprintf with %s when copying the pager | Theo de Raadt | |
2000-07-06 | printf with % for the prompt | Theo de Raadt | |
2000-07-06 | Port latest in from FreeBSD- finally have some of the link issues sorted | mjacob | |
out so we should now be able to work with switches. |