summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-06-28Be more careful when processing interrupts - the TS102 queues them, and weMiod Vallat
2003-06-28syncTheo de Raadt
2003-06-28Be prepared to the fact that the user may unplug a card before it wasMiod Vallat
2003-06-28deal with typing of write vs read in atomicioTheo de Raadt
2003-06-28print usage into stderr, use global __progname instead of local invention, be...Michael Shalayeff
2003-06-28Add a macro to encode (x,y) coordinates.Miod Vallat
2003-06-28i don't think pfsync needs a link-local addr.Jun-ichiro itojun Hagino
2003-06-28Goto -> Go to;Jason McIntyre
2003-06-28Add RI_FULLCLEAR to the rasops flags. Accelerated drivers (cgsix, creator,Miod Vallat
2003-06-28use .Bk/.Ek to align the options in SYNOPSIS;Jason McIntyre
2003-06-28Clear screen after smitching to the wsfont, on low-resolution cgsix.Miod Vallat
2003-06-28A better reset sequence; also, probe slots immediately rather than waitingMiod Vallat
2003-06-28No need to include the same header twice.Cedric Berger
2003-06-28report pidfile creation errors, based on patch from Roumen Petrov; ok markus@Damien Miller
2003-06-28redundant (pfvar.h already have it)Jun-ichiro itojun Hagino
2003-06-28remove a superfulous argument to a sorry() callAnil Madhavapeddy
2003-06-28ansi & prototype cleanup. tested in mkr on most arch's. ok dhartmeiTheo de Raadt
2003-06-28new sysctl, ddb.logTed Unangst
2003-06-28option to log ddb output to kernel message buffer, via sysctl ddb.logTed Unangst
2003-06-28syncTheo de Raadt
2003-06-28missing protosTheo de Raadt
2003-06-28remove duplicated prototype (they are in pfvar.h). dhartmei okJun-ichiro itojun Hagino
2003-06-27bye byeTheo de Raadt
2003-06-27Add more info on what makes a good login name.Todd C. Miller
2003-06-27split ND6 cache timer management to per-entry. increased accuracy,Jun-ichiro itojun Hagino
2003-06-27missing includeVincent Labrecque
2003-06-27Improve swap partition handling during install/upgrade.Kenneth R Westerback
2003-06-27remove unneeded protoTheo de Raadt
2003-06-27ansiTheo de Raadt
2003-06-27ensure we stay within the boundaries of our packetVincent Labrecque
2003-06-27memory leak; andrushock@korovino.netTheo de Raadt
2003-06-27remove unused variablesTheo de Raadt
2003-06-27missing full stop and a .Pp;Jason McIntyre
2003-06-27remove kerberosIV configuration filesDavid Krause
2003-06-27- replace .Ql with .Sq; this was also causing a problem with postscriptJason McIntyre
2003-06-27Take strlen() of an existing variable. Syntax error introduced in str*Kenneth R Westerback
2003-06-27-a to force ascii compare. ok millertTed Unangst
2003-06-27more quirks from netbsdNathan Binkert
2003-06-27Fix bug in put_int32() on big endian cpus; deraadt@ OKTodd C. Miller
2003-06-27string cleaning; "Put it in. If it breaks, tough" Theo.Todd T. Fries
2003-06-27protos for userland buildTheo de Raadt
2003-06-27Cleanup biosboot to remove uneeded 32-bit opcodes, initializations ofTobias Weingartner
2003-06-27Fix -t mode; it needs to set decomp=1 tooTodd C. Miller
2003-06-27kill a warning: include <string.h>David Krause
2003-06-27kqueue support for various usb devices including: usb, uhid, ugen,Nathan Binkert
2003-06-27filter event that simulates seltrue(). From NetBSDNathan Binkert
2003-06-27- add eephyBrad Smith
2003-06-27Reorg part I: move 3 functions out of pf_table.c to pf_radix.cCedric Berger
2003-06-27do pf_tagname2tag() in DIOCCHANGERULE as well.Henning Brauer
2003-06-27add an example for taggingHenning Brauer