summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-25fix mapping bug in serial console support, not yet working.Dale Rahn
2002-02-25Accept ethernet broadcasts too :-) This patch contains a copy ofNiklas Hallqvist
ether_crc32_le from NetBSD, which might be bettter placed in if_ethersubr.c later, if any other driver needs it.
2002-02-25typo; yozo@v007.vaio.ne.jpTheo de Raadt
2002-02-25back out red-black tree. they are very fast but alpha UVM is broken andNiels Provos
the tree triggers the bug, PMAP_PREFER case was broken also.
2002-02-25random typo fix; ok deraadt@Todd T. Fries
2002-02-25Make pool_sethardlimit() check that it doesn't decrease the limit belowDaniel Hartmeier
the current size of the pool. ok art@
2002-02-25use mktemp, don't bother with creating a directory when only one tmp file isPeter Valchev
needed; ok millert, espie
2002-02-25be silent on kernels which lack nfs; d.doroshenko@omnitel.netTheo de Raadt
2002-02-25skip sockaddr correctly if sa_len < sockaddr. from niklasJun-ichiro itojun Hagino
2002-02-25do not age address on loopback interface. sync w/kameJun-ichiro itojun Hagino
2002-02-25correct char major of rd[0-9]*Todd T. Fries
ok deraadt@
2002-02-25a reasonable start at ramdisk) for sun3Todd T. Fries
ok deraadt@
2002-02-25- fix a 'rndrandom' vs 'random' output problemTodd T. Fries
- more accurate documentation, more documentation - remove some EOL whitespace ok deraadt@
2002-02-25Change timeouts from microtime() to time.tv_sec like in pf.c,Daniel Hartmeier
initialize fr_timeout, free frent in pf_reassemble() when it's not inserted into a frag. ok provos@
2002-02-25Catch up to reality.Artur Grabowski
2002-02-25use a red-black tree to find entries in the vm_map. augment the red-blackNiels Provos
tree to find free space between entries. speeds up memory allocation, etc...
2002-02-25mark getc uses with regard to int and EOFTheo de Raadt
2002-02-25fix buffer overflow in scanf; found by pjanzenPeter Valchev
2002-02-25handle EOF gracefully; ok pjanzenPeter Valchev
2002-02-25getchar returns an intTheo de Raadt
2002-02-24Don't generate noise before entering DDB from keyboard.Miod Vallat
2002-02-24Copy boot to correct root.Hugh Graham
2002-02-24Add boot to ramdisk since it's no longer in base of base.Hugh Graham
2002-02-24syncTheo de Raadt
2002-02-24We have search.h in /usr/include so we don't need this private one.Todd C. Miller
2002-02-24disable Nagle in connect_to() and channel_post_port_listener() (portKevin Steves
forwarding endpoints). the intention is to preserve the on-the-wire appearance to applications at either end; the applications can then enable TCP_NODELAY according to their requirements. ok markus@
2002-02-24tree.3 and linksNiels Provos
2002-02-24queue.h like implementation of splay and red-black treesNiels Provos
2002-02-24signed vs. unsigned: make size arguments u_int, ok stevesk@Markus Friedl
2002-02-24Proper screenblank semanticsJason Wright
2002-02-24typo in commentMarkus Friedl
2002-02-24make 'cp' unsigned and merge with 'ucp'; ok stevesk@Markus Friedl
2002-02-24early close(), missing free; ok stevesk@Markus Friedl
2002-02-24use u_char* here; ok markus@Kevin Steves
2002-02-24getchar fixes; ok pjanzenPeter Valchev
2002-02-24getc, getchar, etc return an int, not a charPeter Valchev
2002-02-24Fix TAILQ_NEXT() example. First param is listelm, not head.Kenneth R Westerback
2002-02-24sys/types.h is needed as well.Federico G. Schwindt
2002-02-24bad doug, bad bad bad doug; zyrnix@users.sourceforge.netTheo de Raadt
2002-02-24wrong error messageTheo de Raadt
2002-02-24getchar(3) returns an int, not a charPeter Valchev
2002-02-24license repair, angelos okTheo de Raadt
2002-02-24Vax O1 workaround no longer needed.Hugh Graham
2002-02-23Vax O1 workaround no longer needed.Hugh Graham
2002-02-23Sigh. The diff is out for testing for three months without a single problem.Artur Grabowski
Two days after commit people report serious lockups all over the place. Back out nfs locking changes.
2002-02-23SRC prefix is not required for some operations.Angelos D. Keromytis
2002-02-23Print compression algorithm name too.Angelos D. Keromytis
2002-02-23more cleaningTheo de Raadt
2002-02-23Add support for nwkey and powersave; from NetBSDTodd C. Miller
2002-02-23-Wall; zyrnix@users.sourceforge.netTheo de Raadt