summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-12-13Malloc debug cleaning (MPRINTF).Thierry Deval
2002-12-13Compare to ELFMAG byte by byte rather than using full fledged function.Dale Rahn
2002-12-13don't fail if stdout is not a tty.Marco S Hyman
2002-12-13a bit KNF originally part of another diff soon to come; frantzen@ correctlyHenning Brauer
2002-12-13Recent modifications to netcat changed the behaviour to only exit when bothAaron Campbell
2002-12-13syncTheo de Raadt
2002-12-13audio_prinfo.seek is int now; document and syncChristian Weisgerber
2002-12-13No need to include sys/cdefs.h explicitly here; Andrey MatveevTodd C. Miller
2002-12-131) include stalling time in total timeMarkus Friedl
2002-12-13Some KNF from Andrey Matveev plus a little cleanup of my own.Todd C. Miller
2002-12-13remove a joke: "16 Megabyte swap file"Theo de Raadt
2002-12-13permit re-ordering of some scrub parameters, and also clean up some otherTheo de Raadt
2002-12-13fdisc -> fdesc. form@Mike Pechkin
2002-12-13Comment out wsdisplay at sti attachment, as it causes problems at the moment.Miod Vallat
2002-12-13kill whitespace at EOL; David KrauseHenning Brauer
2002-12-13cleanup debug messages, more useful information for the client user.Markus Friedl
2002-12-13Do not list AlphaStation 500 and 600 as supported, as they are reportedMiod Vallat
2002-12-13Two more places where we can use the libc getopt_long() instead of GNU getopt()Todd C. Miller
2002-12-13Add FireWire to kernel config.Thierry Deval
2002-12-13Enable support for SCSI over FireWire.Thierry Deval
2002-12-13Add preliminary support for the Serial Bus Protocol II (SBP-2) standard.Thierry Deval
2002-12-13"Documentation" update.Thierry Deval
2002-12-13Better memory balancing (between alloc/free),Thierry Deval
2002-12-13Detach fwnodes first.Thierry Deval
2002-12-13KNFThierry Deval
2002-12-12Dvorak typo.Miod Vallat
2002-12-12Pastos in pf_compare_pool(); dhartmei@, mcbride@ ok.Aaron Campbell
2002-12-12Remove dead prototypesMiod Vallat
2002-12-12use ldl_l/stl_c instead of ldq_l and ldq_c as _spinlock_lock_tMarco S Hyman
2002-12-12KNFHenning Brauer
2002-12-12we don't need to keep a private copy of the queue name in expand_rule,Henning Brauer
2002-12-12minor KNFHenning Brauer
2002-12-12Missing 'Cm'. From <andrushock@korovino.net>Mike Pechkin
2002-12-12Always use queue(3) macros.Alexander Yurchenko
2002-12-12don't link LIBCRT0 into ld.so (for DESTDIR builds); PR2928; ok fgsch@, millert@Markus Friedl
2002-12-12statement after label.Artur Grabowski
2002-12-12linux passes the 6th syscall argument in ebpJason Ish
2002-12-12until someone complains, let only root playTheo de Raadt
2002-12-12ansiTheo de Raadt
2002-12-12can now get _ttylist via sysctl; millert okTheo de Raadt
2002-12-12Allow the log directive to work for non-translated syscalls as well.Anil Madhavapeddy
2002-12-12knfTheo de Raadt
2002-12-11o Check mmap() return value against MAP_FAILED, not -1.Todd C. Miller
2002-12-11add a debugging function not normally calledMarco S Hyman
2002-12-11Convert ctype.h macros into inline functions. This fixes the issues weTodd C. Miller
2002-12-11Make x_handy in XDR u_int, not int since there are places in theTodd C. Miller
2002-12-11Don't require a list of object file for the -d, -m, -q and -r optionsTodd C. Miller
2002-12-11Minor cosmetic nits picked while reading though init.c:Todd C. Miller
2002-12-11Use m_copym2 to copy the whole mbuf (cluster included) and notFederico G. Schwindt
2002-12-11ansi; p/o by Andrushock <andrushock@korovino.net>Alexander Yurchenko