Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-17 | make it compile | Niels Provos | |
2001-07-17 | ip normalization code | Niels Provos | |
2001-07-17 | split ip normalization out into a separate file, okay dhartmei@ | Niels Provos | |
2001-07-17 | don't bother mapping the status registers, we don't use it. | Jason Wright | |
2001-07-17 | Add a safe_print() function that uses vis(3) if output is a tty. | Todd C. Miller | |
Uses the vis C-style mode which is consistent with what GNU tar does (though GNU tar does vis(3) regardless of whether output is a tty). It may make sense to add a flag to force vis(3)ification like ls does but I have not done that here as I'm reticent to add more flags. | |||
2001-07-17 | add -l and -a flags to "ls" | Jim Rees | |
2001-07-17 | bitch about ! in pf rule; ok dhartmei@ and markus@ | Marco S Hyman | |
2001-07-17 | bitch about extra command line args; ok dhartmei@ and markus@ | Marco S Hyman | |
2001-07-17 | more better error checking | Jim Rees | |
2001-07-17 | mode -> type in description to match the synopsis. | Aaron Campbell | |
2001-07-17 | ignore atr from card if using dummy atr | Jim Rees | |
2001-07-17 | oops, missed a return | Jim Rees | |
2001-07-17 | always return a valid status word from sectok_apdu() | Jim Rees | |
2001-07-17 | Document ERRORS | Marc Espie | |
2001-07-17 | Only set default proto in the rdr case; markus@ OK | Todd C. Miller | |
2001-07-17 | Document ranges. | Artur Grabowski | |
2001-07-17 | Since normal malloc reports "data modified on free list" with | Artur Grabowski | |
the size we are trying to allocate and not the size of the bucket and malloc_debug is not capable of debugging a prticular bucket, only a size, add a possibility to specify a size range. | |||
2001-07-17 | change jaut back to previous behavior; add new "login" command | Jim Rees | |
2001-07-17 | Xr addcom 4 | Jason Wright | |
2001-07-17 | make file-completion work with ~ (tilde) | Camiel Dobbelaar | |
tested by provos@ and me | |||
2001-07-17 | Use 64 bits integer for ipcomps_ibytes and ipcomps_obytes. 32 bits was | Jean-Jacques Bernard-Gundol | |
used and it gave strange results with netstat -s. Reported by art@ | |||
2001-07-17 | i suk. needs &'s on the locks... | mts | |
2001-07-17 | current netbsd's uvm_map uses a 3-parm SAVE_HINT to perform a test/swap | mts | |
under locked conditions. we currently use a 2-parm SAVE_HINT... to meet the same functionality, we instead need to validate the hint is the one CURRENTLY in the map before substituing it, and we need to do that while the lock is retained. | |||
2001-07-17 | I2O is supported too | Niklas Hallqvist | |
2001-07-17 | EtherWORKS works | Niklas Hallqvist | |
2001-07-17 | Change references to hardclock to .Xr where it seem appropriate | Kenneth R Westerback | |
2001-07-17 | -Wall cleanup; ok deraadt | Peter Valchev | |
2001-07-17 | missing prototypes; ok deraadt | Peter Valchev | |
2001-07-17 | use pool allocator for knotes, adapted from lukem@netbsd, okay art@ | Niels Provos | |
2001-07-17 | addcom and pccom at addcom (commented out) | Jason Wright | |
2001-07-17 | addcom | Jason Wright | |
2001-07-17 | man page for addcom | Jason Wright | |
2001-07-17 | From NetBSD: driver for Addonics FlexPort 8S | Jason Wright | |
KNF'd and interrupt routine rewritten in addition to normal porting. (Interrupts don't appear to work the way they are described, so depend on the slave devices doing the right thing). | |||
2001-07-17 | Rework exphymatch so that it uses positive logic. Makes more sense. | Nathan Binkert | |
tested by jason@ | |||
2001-07-17 | Ignore (with a warning message) mtu/mru configurations that are greater | brian | |
than the maximum physical values. | |||
2001-07-16 | add setpass command | Jim Rees | |
augment jaut with "-d" (use default AUT0) and -x | |||
2001-07-16 | errx() if getservbyname() fails | Markus Friedl | |
2001-07-16 | get rid of cleanfiles by getting rid of cleanfiles; markus@ ok | Michael Shalayeff | |
2001-07-16 | Move altq after pf; suggested by aaron@, kjc@ ok. | Federico G. Schwindt | |
2001-07-16 | better flags parsing; dhartmei | Markus Friedl | |
2001-07-16 | Fix Argentina area codes; from alejo@core-sdi.com. | Federico G. Schwindt | |
2001-07-16 | Addressing mode work by Jim Uhl: | Hugh Graham | |
- fix PC relative byte displacement in getaddr_byte - add support for word displacement to getaddr_byte This allows certain libm inverse trig functions to work on systems that lack a native polyd instruction. | |||
2001-07-16 | fix millert's fdset patch (free fdset when done) | Jim Rees | |
2001-07-16 | alpha and fdset fixes from millert | Jim Rees | |
2001-07-16 | add a yacc parser for pf.conf and nat.conf, with help from mickey@, | Markus Friedl | |
plus: -n now turns off all operations, and just parses the conf files ok deraadt@ | |||
2001-07-16 | add help text for each command | Jim Rees | |
verify aut0 as necessary for Cyberflex commands | |||
2001-07-16 | Oops. May as well install new hardclock.9 | Kenneth R Westerback | |
2001-07-16 | Add a man page for the much referenced hardclock(9). | Kenneth R Westerback | |
Thanks to niklas@, fgs@, mpech@ for feedback. | |||
2001-07-16 | Ignore O_TRUNC on open() if we are not opening a regular file. | Todd C. Miller | |
csapuntz@ OK'd | |||
2001-07-16 | a more comprehensive ukraine list | Michael Shalayeff | |