summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-04-11set/update the queue IDs on filter rules (qid and pqid) onHenning Brauer
2003-04-11typos;Jason McIntyre
2003-04-11Delete a doubly redundant call to timeout_del() in osiop_timeout.Kenneth R Westerback
2003-04-11zombies can't live allproc list. art fixed the real problem a while ago.Ted Unangst
2003-04-11always reread curproc and frame on return from the system callMichael Shalayeff
2003-04-11count traps and interruptsMichael Shalayeff
2003-04-11bindresvport() does not automatically select another port if theTodd C. Miller
2003-04-10Some style from Andrey MatveevTodd C. Miller
2003-04-10more POSIX chownTodd C. Miller
2003-04-10make all entry points of the same number of arguments and that greatly simpli...Michael Shalayeff
2003-04-10deallocate resources on failures; pt out by tedu@; millert@ okMichael Shalayeff
2003-04-10make the second example valid; ok millert@Jason Peel
2003-04-10more POSIX chown; Leandro CostaTodd C. Miller
2003-04-10POSIX chownTodd C. Miller
2003-04-10POSIX chown; Leandro CostaTodd C. Miller
2003-04-10Only print the "helpful" prompt in -d mode if there is room on theTodd C. Miller
2003-04-10Proper use of bus_space makes the need for <machine/pio.h> obsolete, whichMiod Vallat
2003-04-10woah. last commit contained way too much. revert, and apply only the change...Ted Unangst
2003-04-10regen with autoconf 2.52Jakob Schlyter
2003-04-10provide strlcat() and strlcpy() for platform without them. althoughJakob Schlyter
2003-04-10don't try to update directories on zombies. pr2030. ok artTed Unangst
2003-04-10off by one bounds check in diag code. ok art.Ted Unangst
2003-04-10unbreak linking on elf - stupid kerberosPeter Valchev
2003-04-10Replace strcpy() w/ strlcpy() from espie@Todd C. Miller
2003-04-09makeing local table static saves some bytes; idea from mickey@Markus Friedl
2003-04-09makeing a local array static saves some bytes; idea from mickey@Markus Friedl
2003-04-09missing nl in the error msg and a return afterwardsMichael Shalayeff
2003-04-09a couple of sigmatel codec idsMichael Shalayeff
2003-04-09fix bad entry definitionMichael Shalayeff
2003-04-09KNFHenning Brauer
2003-04-09fix the readonly objects placement into thee .rodata proper; espie@ okMichael Shalayeff
2003-04-09xmalloc called with the wrong sizeof in sentinel attribute setupAnil Madhavapeddy
2003-04-09Less noise for missing crl dir, demoted to debug message.Hakan Olsson
2003-04-09on "pfctl -vvss", print the anchor rule number when there is one.Cedric Berger
2003-04-09Change pf_state structure to point to both a rule and the anchor,Cedric Berger
2003-04-09create /etc/isakmpd/crls to fix a warning when starting isakmpdTodd T. Fries
2003-04-09string shit; ok dhartmei@Henning Brauer
2003-04-09Remove one of two identical comment blocksNiklas Hallqvist
2003-04-09strip trailing whitespace from config lines before parsing. Fixes bz 528;Damien Miller
2003-04-09more string shit, ok bob and vincentHenning Brauer
2003-04-09add strl{cat,cpy} to unbreak "make build" on sparc64Nikolay Sturm
2003-04-09syetem -> system;Jason McIntyre
2003-04-09Disable Kerberos 4 support.Hans Insulander
2003-04-09Don't include <krb.h> when compiling with Kerberos 5 supportHans Insulander
2003-04-09Correct commentary describing page table layoutsNiklas Hallqvist
2003-04-09typos;Jason McIntyre
2003-04-09document that rewind/eject features of tape devices depend on name ofJason McIntyre
2003-04-09Cleanup/make more consistant the various DEBUG flags and uses thereof.Kenneth R Westerback
2003-04-09Reduce default OSIOP_DEBUG output to a useful volume.Kenneth R Westerback
2003-04-09sprintf->snprintf. miod@, grange@ ok.Hakan Olsson