summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-07-17make it compileNiels Provos
2001-07-17ip normalization codeNiels Provos
2001-07-17split ip normalization out into a separate file, okay dhartmei@Niels Provos
2001-07-17don't bother mapping the status registers, we don't use it.Jason Wright
2001-07-17Add 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-17add -l and -a flags to "ls"Jim Rees
2001-07-17bitch about ! in pf rule; ok dhartmei@ and markus@Marco S Hyman
2001-07-17bitch about extra command line args; ok dhartmei@ and markus@Marco S Hyman
2001-07-17more better error checkingJim Rees
2001-07-17mode -> type in description to match the synopsis.Aaron Campbell
2001-07-17ignore atr from card if using dummy atrJim Rees
2001-07-17oops, missed a returnJim Rees
2001-07-17always return a valid status word from sectok_apdu()Jim Rees
2001-07-17Document ERRORSMarc Espie
2001-07-17Only set default proto in the rdr case; markus@ OKTodd C. Miller
2001-07-17Document ranges.Artur Grabowski
2001-07-17Since normal malloc reports "data modified on free list" withArtur 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-17change jaut back to previous behavior; add new "login" commandJim Rees
2001-07-17Xr addcom 4Jason Wright
2001-07-17make file-completion work with ~ (tilde)Camiel Dobbelaar
tested by provos@ and me
2001-07-17Use 64 bits integer for ipcomps_ibytes and ipcomps_obytes. 32 bits wasJean-Jacques Bernard-Gundol
used and it gave strange results with netstat -s. Reported by art@
2001-07-17i suk. needs &'s on the locks...mts
2001-07-17current netbsd's uvm_map uses a 3-parm SAVE_HINT to perform a test/swapmts
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-17I2O is supported tooNiklas Hallqvist
2001-07-17EtherWORKS worksNiklas Hallqvist
2001-07-17Change references to hardclock to .Xr where it seem appropriateKenneth R Westerback
2001-07-17-Wall cleanup; ok deraadtPeter Valchev
2001-07-17missing prototypes; ok deraadtPeter Valchev
2001-07-17use pool allocator for knotes, adapted from lukem@netbsd, okay art@Niels Provos
2001-07-17addcom and pccom at addcom (commented out)Jason Wright
2001-07-17addcomJason Wright
2001-07-17man page for addcomJason Wright
2001-07-17From NetBSD: driver for Addonics FlexPort 8SJason 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-17Rework exphymatch so that it uses positive logic. Makes more sense.Nathan Binkert
tested by jason@
2001-07-17Ignore (with a warning message) mtu/mru configurations that are greaterbrian
than the maximum physical values.
2001-07-16add setpass commandJim Rees
augment jaut with "-d" (use default AUT0) and -x
2001-07-16errx() if getservbyname() failsMarkus Friedl
2001-07-16get rid of cleanfiles by getting rid of cleanfiles; markus@ okMichael Shalayeff
2001-07-16Move altq after pf; suggested by aaron@, kjc@ ok.Federico G. Schwindt
2001-07-16better flags parsing; dhartmeiMarkus Friedl
2001-07-16Fix Argentina area codes; from alejo@core-sdi.com.Federico G. Schwindt
2001-07-16Addressing 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-16fix millert's fdset patch (free fdset when done)Jim Rees
2001-07-16alpha and fdset fixes from millertJim Rees
2001-07-16add 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-16add help text for each commandJim Rees
verify aut0 as necessary for Cyberflex commands
2001-07-16Oops. May as well install new hardclock.9Kenneth R Westerback
2001-07-16Add a man page for the much referenced hardclock(9).Kenneth R Westerback
Thanks to niklas@, fgs@, mpech@ for feedback.
2001-07-16Ignore O_TRUNC on open() if we are not opening a regular file.Todd C. Miller
csapuntz@ OK'd
2001-07-16a more comprehensive ukraine listMichael Shalayeff