Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-11 | typos; | Jason McIntyre | |
wscons(4): ok miod@ | |||
2003-04-11 | Delete a doubly redundant call to timeout_del() in osiop_timeout. | Kenneth R Westerback | |
First, the only way to get there was if the timeout fired, in which case timeout_del() is a noop. Second, it will be called in osiop_scsidone() for every active command when osiop_reset() is called in osiop_timeout(). From mickey@ | |||
2003-04-11 | zombies can't live allproc list. art fixed the real problem a while ago. | Ted Unangst | |
2003-04-11 | always reread curproc and frame on return from the system call | Michael Shalayeff | |
2003-04-11 | count traps and interrupts | Michael Shalayeff | |
2003-04-11 | bindresvport() does not automatically select another port if the | Todd C. Miller | |
specified one is in use (closes PR 3192). While I am here, reorganize and clean up much of the wording. This now reads like a native speaker of English wrote it. | |||
2003-04-10 | Some style from Andrey Matveev | Todd C. Miller | |
o avoid including sys/types.h and sys/param.h together o sort includes o in one place warn(3) -> warnx(3) o proper usage() (argument `todir' is optional) Also, fromdir was marked as optional in the manual--it is not. | |||
2003-04-10 | more POSIX chown | Todd C. Miller | |
2003-04-10 | make all entry points of the same number of arguments and that greatly ↵ | Michael Shalayeff | |
simplifies the call setup in the scheduler | |||
2003-04-10 | deallocate resources on failures; pt out by tedu@; millert@ ok | Michael Shalayeff | |
2003-04-10 | make the second example valid; ok millert@ | Jason Peel | |
2003-04-10 | more POSIX chown; Leandro Costa | Todd C. Miller | |
2003-04-10 | POSIX chown | Todd C. Miller | |
2003-04-10 | POSIX chown; Leandro Costa | Todd C. Miller | |
todd@ OK | |||
2003-04-10 | Only print the "helpful" prompt in -d mode if there is room on the | Todd C. Miller | |
bottom line for it. Closes PR 3189. | |||
2003-04-10 | Proper use of bus_space makes the need for <machine/pio.h> obsolete, which | Miod Vallat | |
is good since not all isa capable platforms provide such a file. | |||
2003-04-10 | woah. last commit contained way too much. revert, and apply only the ↵ | Ted Unangst | |
change intended. | |||
2003-04-10 | regen with autoconf 2.52 | Jakob Schlyter | |
2003-04-10 | provide strlcat() and strlcpy() for platform without them. although | Jakob Schlyter | |
this is not needed in OpenBSD, we'll keep the code here to stay in sync. license change for strlcat/strlcpy ok millert@. | |||
2003-04-10 | don't try to update directories on zombies. pr2030. ok art | Ted Unangst | |
2003-04-10 | off by one bounds check in diag code. ok art. | Ted Unangst | |
2003-04-10 | unbreak linking on elf - stupid kerberos | Peter Valchev | |
2003-04-10 | Replace strcpy() w/ strlcpy() from espie@ | Todd C. Miller | |
Don't try to free pw_dir -- it is no longer allocated separately. Instead, add an extra param to sgetpwnam() to allow it to dupe an existing struct passwd * (instead of doing a lookup by username) and use this to reallocate pw in the case where pw_dir is the NULL string. deraadt@ OK | |||
2003-04-09 | makeing local table static saves some bytes; idea from mickey@ | Markus Friedl | |
2003-04-09 | makeing a local array static saves some bytes; idea from mickey@ | Markus Friedl | |
2003-04-09 | missing nl in the error msg and a return afterwards | Michael Shalayeff | |
2003-04-09 | a couple of sigmatel codec ids | Michael Shalayeff | |
2003-04-09 | fix bad entry definition | Michael Shalayeff | |
2003-04-09 | KNF | Henning Brauer | |
2003-04-09 | fix the readonly objects placement into thee .rodata proper; espie@ ok | Michael Shalayeff | |
2003-04-09 | xmalloc called with the wrong sizeof in sentinel attribute setup | Anil Madhavapeddy | |
espie@ ok | |||
2003-04-09 | Less noise for missing crl dir, demoted to debug message. | Hakan Olsson | |
2003-04-09 | on "pfctl -vvss", print the anchor rule number when there is one. | Cedric Berger | |
ok dhartmei@ henning@ | |||
2003-04-09 | Change pf_state structure to point to both a rule and the anchor, | Cedric Berger | |
so states created by rules in anchors correctly use rule options like routing and (soon) queues... Rule number bumped to 32 bit value. USERLAND NEED TO BE RECOMPILED. ok dhartmei@ henning@ | |||
2003-04-09 | create /etc/isakmpd/crls to fix a warning when starting isakmpd | Todd T. Fries | |
from Mathieu Sauve-Frankel m dot sauve at secureops dot com ok brad@ | |||
2003-04-09 | string shit; ok dhartmei@ | Henning Brauer | |
2003-04-09 | Remove one of two identical comment blocks | Niklas Hallqvist | |
2003-04-09 | strip trailing whitespace from config lines before parsing. Fixes bz 528; | Damien Miller | |
ok markus@ | |||
2003-04-09 | more string shit, ok bob and vincent | Henning Brauer | |
2003-04-09 | add strl{cat,cpy} to unbreak "make build" on sparc64 | Nikolay Sturm | |
OK miod@ | |||
2003-04-09 | syetem -> system; | Jason McIntyre | |
from Marko Cehaja closes PR 3187 | |||
2003-04-09 | Disable Kerberos 4 support. | Hans Insulander | |
ok markus@ | |||
2003-04-09 | Don't include <krb.h> when compiling with Kerberos 5 support | Hans Insulander | |
2003-04-09 | Correct commentary describing page table layouts | Niklas Hallqvist | |
2003-04-09 | typos; | Jason McIntyre | |
sti(4): ok mickey@ | |||
2003-04-09 | document that rewind/eject features of tape devices depend on name of | Jason McIntyre | |
tape device; reference st(4) for an explanation. diff from Olivier Cherrier; ok millert@ | |||
2003-04-09 | Cleanup/make more consistant the various DEBUG flags and uses thereof. | Kenneth R Westerback | |
Eliminate a couple of unused debug defines and variables. ok mickey@ | |||
2003-04-09 | Reduce default OSIOP_DEBUG output to a useful volume. | Kenneth R Westerback | |
From mickey@ | |||
2003-04-09 | sprintf->snprintf. miod@, grange@ ok. | Hakan Olsson | |
2003-04-08 | Replace strcpy w/ strlcpy(); deraadt@ OK | Todd C. Miller | |