Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-13 | sync | Theo de Raadt | |
2002-12-13 | audio_prinfo.seek is int now; document and sync | Christian Weisgerber | |
ok miod@ millert@ | |||
2002-12-13 | No need to include sys/cdefs.h explicitly here; Andrey Matveev | Todd C. Miller | |
2002-12-13 | 1) include stalling time in total time | Markus Friedl | |
2) truncate filenames to 45 instead of 20 characters 3) print rate instead of progress bar, no more stars 4) scale output to tty width based on a patch from Niels; ok fries@ lebel@ fgs@ millert@ | |||
2002-12-13 | Some KNF from Andrey Matveev plus a little cleanup of my own. | Todd C. Miller | |
2002-12-13 | remove a joke: "16 Megabyte swap file" | Theo de Raadt | |
2002-12-13 | permit re-ordering of some scrub parameters, and also clean up some other | Theo de Raadt | |
grammer balony; henning ok | |||
2002-12-13 | fdisc -> fdesc. form@ | Mike Pechkin | |
2002-12-13 | Comment out wsdisplay at sti attachment, as it causes problems at the moment. | Miod Vallat | |
2002-12-13 | kill whitespace at EOL; David Krause | Henning Brauer | |
2002-12-13 | cleanup debug messages, more useful information for the client user. | Markus Friedl | |
2002-12-13 | Do not list AlphaStation 500 and 600 as supported, as they are reported | Miod Vallat | |
to have issues. | |||
2002-12-13 | Two more places where we can use the libc getopt_long() instead of GNU getopt() | Todd C. Miller | |
2002-12-13 | Add FireWire to kernel config. | Thierry Deval | |
(disabled for now, not production quality yet) | |||
2002-12-13 | Enable support for SCSI over FireWire. | Thierry Deval | |
2002-12-13 | Add preliminary support for the Serial Bus Protocol II (SBP-2) standard. | Thierry Deval | |
As well as a first rough implementation of a SCSI over FireWire support, following the SBP-2 standard. | |||
2002-12-13 | "Documentation" update. | Thierry Deval | |
2002-12-13 | Better memory balancing (between alloc/free), | Thierry Deval | |
some enhancements, lots of debugging, KNF... | |||
2002-12-13 | Detach fwnodes first. | Thierry Deval | |
Solves panics when removing the adapter while leaving the devices connected. | |||
2002-12-13 | KNF | Thierry Deval | |
2002-12-12 | Dvorak typo. | Miod Vallat | |
2002-12-12 | Pastos in pf_compare_pool(); dhartmei@, mcbride@ ok. | Aaron Campbell | |
2002-12-12 | Remove dead prototypes | Miod Vallat | |
2002-12-12 | use ldl_l/stl_c instead of ldq_l and ldq_c as _spinlock_lock_t | Marco S Hyman | |
is defined as an int. This solves several alpha/pthread problems as repoted by various ports people. | |||
2002-12-12 | KNF | Henning Brauer | |
2002-12-12 | we don't need to keep a private copy of the queue name in expand_rule, | Henning Brauer | |
r->qname is never modified discussed with dhartmei@ | |||
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 | |