Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-12 | minor KNF | Henning Brauer | |
2002-12-12 | Missing 'Cm'. From <andrushock@korovino.net> | Mike Pechkin | |
2002-12-12 | Always use queue(3) macros. | Alexander Yurchenko | |
ok chris@ gluk@ | |||
2002-12-12 | don't link LIBCRT0 into ld.so (for DESTDIR builds); PR2928; ok fgsch@, millert@ | Markus Friedl | |
2002-12-12 | statement after label. | Artur Grabowski | |
2002-12-12 | linux passes the 6th syscall argument in ebp | Jason Ish | |
- from NetBSD - ok deraadt, mickey | |||
2002-12-12 | until someone complains, let only root play | Theo de Raadt | |
2002-12-12 | ansi | Theo de Raadt | |
2002-12-12 | can now get _ttylist via sysctl; millert ok | Theo de Raadt | |
2002-12-12 | Allow the log directive to work for non-translated syscalls as well. | Anil Madhavapeddy | |
provos ok | |||
2002-12-12 | knf | Theo de Raadt | |
2002-12-11 | o Check mmap() return value against MAP_FAILED, not -1. | Todd C. Miller | |
o Prevent close() from clobbering errno. Patch from Peter Werner; closes PR 2995 | |||
2002-12-11 | add a debugging function not normally called | Marco S Hyman | |
2002-12-11 | Convert ctype.h macros into inline functions. This fixes the issues we | Todd C. Miller | |
currently have with the macro versions and makes the ctype.h versions 100% identical to what is in libc. Discussed with pjanzen@ and OK'd by deraadt@. | |||
2002-12-11 | Make x_handy in XDR u_int, not int since there are places in the | Todd C. Miller | |
code that assign a u_int value to x_handy. However, this means that we need to be careful checking for overflow as we can no longer subtract a value and check the result for < 0. We reorder the expression instead to avoid this problem (basic algebra). deraadt@ OK | |||
2002-12-11 | Don't require a list of object file for the -d, -m, -q and -r options | Todd C. Miller | |
since neither Solaris nor GNU ar require this. Personally I'd rather change the world to use the BSD behavior but that is unlikely and the differing behavior causes problems with libtool and automake. deraadt@ OK | |||
2002-12-11 | Minor cosmetic nits picked while reading though init.c: | Todd C. Miller | |
o Use STD{IN,OUT,ERR}_FILENO, not 0-2 o Call exit() from main, not return() (code is never reached anyway) o Change two cases of '!' into "== NULL" | |||
2002-12-11 | Use m_copym2 to copy the whole mbuf (cluster included) and not | Federico G. Schwindt | |
incrementing its reference. Fixes a m_zero panic reported by markus@ when pfdatatopacket returns a cluster. Tested by markus@, jason@ ok. | |||
2002-12-11 | ansi; p/o by Andrushock <andrushock@korovino.net> | Alexander Yurchenko | |
ok gluk@ | |||
2002-12-11 | smaller delays, unneeded spls | Michael Shalayeff | |
2002-12-11 | send-pr -> sendbug here as well; Peter Werner | Henning Brauer | |
2002-12-11 | sendbug(1), not send-pr; Peter Werner | Henning Brauer | |
2002-12-11 | unpee | Michael Shalayeff | |
2002-12-11 | ansi; modload users please test | Theo de Raadt | |
2002-12-11 | ansi | Theo de Raadt | |
2002-12-11 | Remove bc/libmath.h from CLEANFILES since we don't generate it at build | Todd C. Miller | |
time anymore. | |||
2002-12-11 | fix buffer overflow in the FIX_PRECISION macro | Henning Brauer | |
not exploiteable; would need more programming errors to cause harm from jim@apache | |||
2002-12-11 | ansi | Theo de Raadt | |
2002-12-11 | handle snprintf < 0 | Theo de Raadt | |
2002-12-11 | rename log->dolog, from thorpej@netbsd, ok provos | Anil Madhavapeddy | |
2002-12-11 | Replace strncpy + ugly pointer math with sscanif for reading source-hash keys | Ryan Thomas McBride | |
ok dhartmei@ henning@ | |||
2002-12-11 | update URL and fix a typo; David Krause | Henning Brauer | |
2002-12-11 | Wording; David Krause | Henning Brauer | |
2002-12-11 | typos in comments; David Krause | Henning Brauer | |
2002-12-11 | Add VIA VT8231 | Alexander Yurchenko | |
ok chris@ gluk@ | |||
2002-12-11 | Add VIA VT8231 | Alexander Yurchenko | |
ok gluk@ mpech@ | |||
2002-12-11 | Some people say that "__asm __volatile("")" is not enough. | Artur Grabowski | |
Use "__asm __volatile("":::"memory")" to completly avoid reordering. | |||
2002-12-11 | Added paranoia to make sure that gcc doesn't reorder spl* inlines. | Artur Grabowski | |
2002-12-11 | - Call uvm_km_alloc_poolpage1 directly, no need to go through the macro. | Artur Grabowski | |
- uvm_km_alloc_poolpage1 has its own spl protection, no need to add additional layer around it. | |||
2002-12-11 | delay(1) is enough on attention | Michael Shalayeff | |
2002-12-11 | in mountroot: | Michael Shalayeff | |
check system clock against root atime, not mtime, since the later does not change that often and is a bad mark to sync unto. remove a bogus splnet() i've put way back in 96 w/ v3 integration. miod@ tested on diskless sparc and sparc64, mickey@ on hppa | |||
2002-12-11 | miod asked me to add this | Michael Shalayeff | |
2002-12-11 | descructive -> destructive | Miod Vallat | |
2002-12-10 | achetypal -> archetypal | Miod Vallat | |
2002-12-10 | Fix display glitch. | Miod Vallat | |
2002-12-10 | Regen | Miod Vallat | |
2002-12-10 | Dec Pixelvision card, unfortunately not tga compatible enough. | Miod Vallat | |
2002-12-10 | Config.new is so old its frozen now, no need to mention it. | Miod Vallat | |
2002-12-10 | VT100 emul is the default, and there is no point yet having more than one | Miod Vallat | |
wsscreen per wsdisplay device ; from deraadt@ long ago. | |||
2002-12-10 | Use CPU_ISSUN4M macro rather than check cputyp value. Consistent with the rest | Miod Vallat | |
of the file. |