summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-07-13sync with NetBSD r1.3.Kenjiro Cho
2001-07-13Change references to inic-950 to inic-940/950 to reflect chipsKenneth R Westerback
2001-07-13bswap16 and bswap32 were removed from the library, api change, must rev major.Dale Rahn
2001-07-13flags set in signal handlers should be volatile sig_atomic_tTodd C. Miller
2001-07-13Remove static'ness of functions in line with normal OpenBSDKenneth R Westerback
2001-07-13Perform MSS fixups on incoming packets as well as outgoing.brian
2001-07-13everytime i clean in here, i get a 250 line diff...Theo de Raadt
2001-07-13Don't remove innocent files by accident, but on the other hand,Miod Vallat
2001-07-12Better tsort checker: parses cycle output, and checks that it's correctMarc Espie
2001-07-12more mdoc fixes.Jun-ichiro itojun Hagino
2001-07-12more typoJun-ichiro itojun Hagino
2001-07-12typo; s/IFQ_EMPTY/IFQ_IS_EMPTY/Jun-ichiro itojun Hagino
2001-07-12a couple of mdoc fixesJun-ichiro itojun Hagino
2001-07-12add ALTQ related options.Kenjiro Cho
2001-07-12enable altq.9Kenjiro Cho
2001-07-12add altq.9 that describes ALTQ queue macros.Kenjiro Cho
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2001-07-12extra wddone caused biodone panics occasionallyConstantine Sapuntzakis
2001-07-12Rework of probe code. Try better to deal with floating buses. DependingConstantine Sapuntzakis
2001-07-11Error on invalid portsConstantine Sapuntzakis
2001-07-11no need to call dirname(pw->pw_dir).Markus Friedl
2001-07-11Eliminate use of static functions in line with normal OpenBSDKenneth R Westerback
2001-07-11"ln -s" -> "ln -sf"; ok hinPeter Valchev
2001-07-11sort options string, fix -p, add -kMarkus Friedl
2001-07-11Simplify pf_pull_hdr(), don't use inner IP header's ip_len or ip_offDaniel Hartmeier
2001-07-11Plug memory leak in pw_copy(); millert@ okAaron Campbell
2001-07-11Clarify performance of tsort -l (hamiltonian circuit is NP-complete).Marc Espie
2001-07-11need to save hint (verified from current netbsd uvm_map.c) -- need modmts
2001-07-11Space strippingMarc Espie
2001-07-11Typo in commentMarc Espie
2001-07-11since Feb'99 uid_end is 2147483647, not 32000.Mike Pechkin
2001-07-11Correct path in an example. Already fixed in heimdal repository.Hans Insulander
2001-07-11Remove the need for simple_exec.cHans Insulander
2001-07-11Use our swap16 and swap32 instead of the ones in libroken.Hans Insulander
2001-07-11Don't put krb5 stuff in libkafs, as this creates some very unwantedHans Insulander
2001-07-11Put libkafs stuff for krb5 in libkrb5, to resolve linking issues.Hans Insulander
2001-07-11Added todo about kstash and library cleanupHans Insulander
2001-07-11typo in commentPeter Valchev
2001-07-11When rebuilding ramdisk kernel, rebuild dependancies after config RAMDISKDale Rahn
2001-07-11remove mips leftovers; ok bradPeter Valchev
2001-07-11Return 0 on success, convert exit to returnAngelos D. Keromytis
2001-07-11make it compilable in all 4 combination of KRB4/KRB5 settings. dugsong okJun-ichiro itojun Hagino
2001-07-10Use offsetof() from sys/param.h, not a local define.Kenneth R Westerback
2001-07-10don't panic if fork or pipe fail (just return an empty passwd).Markus Friedl
2001-07-10Style.Angelos D. Keromytis
2001-07-10typo; from Joseph Mallett <jmallett@xMach.org>Michael Shalayeff
2001-07-10put another YP-only piece inside the ifdefTheo de Raadt
2001-07-10-WallTheo de Raadt
2001-07-10Missing breaks.Marc Espie
2001-07-10ANSI C does not like labels: without a statement after that.Marc Espie