summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-04-03make it at least scan the busMichael Shalayeff
2003-04-03make large pdc_scanbus-related structs global to avoid blowing the kernel stackMichael Shalayeff
2003-04-03some strcpy/strcat -> strlcpy/strlcat conversionsAnil Madhavapeddy
2003-04-03Sync with my sudo cvs repo:Todd C. Miller
2003-04-03skiped -> skipped;Jason McIntyre
2003-04-03more snprintf; millert okTheo de Raadt
2003-04-03snprintf; millert okTheo de Raadt
2003-04-03trivial snprintfTheo de Raadt
2003-04-03Correct off-by-one error in previous commit. millert@ ok.Hakan Olsson
2003-04-03Use snprintf() and strlcpy() throughout.Todd C. Miller
2003-04-03Deal with files w/o a trailing newline before EOF. Found by mpech@Todd C. Miller
2003-04-03HP 9000/xxx not HP9000/xxx; from Paul WeissmannTodd C. Miller
2003-04-03The check for whether or not a group is empty was busted. Closes PR 3178.Todd C. Miller
2003-04-03Simplify pfctl printing code.Cedric Berger
2003-04-03Back out my last change, which was incorrect or incomplete.Cedric Berger
2003-04-03str{cat,cpy}/sprintf cleanup. markus@, deraadt@ okHakan Olsson
2003-04-03queue ID assignment algorith changed for PRIQHenning Brauer
2003-04-03use a simple linear queue ID assignment algorithm for PRIQ like we do forHenning Brauer
2003-04-03until now, the queue ID and the priority were tied together with PRIQ. thisHenning Brauer
2003-04-03differently named queues on different interfaces must get different queueHenning Brauer
2003-04-03Remove (state->rule.ptr != NULL) tests: this is always true now.Cedric Berger
2003-04-03strcpy -> strlcpyHans Insulander
2003-04-03strcpy -> strlcpyHans Insulander
2003-04-03Remove crypt macro, it conflicts with unistd.hHans Insulander
2003-04-03typos;Jason McIntyre
2003-04-03Table stats are reliable now.Cedric Berger
2003-04-03remove $OpenBSD$, as other *.c does not have it.Jun-ichiro itojun Hagino
2003-04-03CD-Rom, cd-rom -> CD-ROMJason McIntyre
2003-04-03rfc -> RFCJason McIntyre
2003-04-03$OpenBSD$Jun-ichiro itojun Hagino
2003-04-03HPUX, HP/UX -> HP-UXJason McIntyre
2003-04-03remove remaining lines not needed by openbsd.Kenjiro Cho
2003-04-03explicitly include <sys/limits.h> for INT_MAX.Kenjiro Cho
2003-04-02DZ-11 (or the DZ-11 alike in the VS4000/VLC anyway) only interrupts whenJason Wright
2003-04-02Don't allow the DZ-11 RX interrupt to be masked (if a DZ-11 interrupt was seenJason Wright
2003-04-02typo; ok itojunJason Wright
2003-04-02Use snprintf instead of sprintf; deraadt@ OKTodd C. Miller
2003-04-02the obvious simple snprintf changesTheo de Raadt
2003-04-02add support for the other Sun Crypto 1000; from sam at errno dot comJason Wright
2003-04-02betterJason Wright
2003-04-02no \n w/ errx(3), reminded by andrushockHenning Brauer
2003-04-02syncJason Wright
2003-04-02another Sun Crypto 1000 IDJason Wright
2003-04-02they place onboard graphics onto phantomas on the later modelsMichael Shalayeff
2003-04-02PCI_CAP_MBI should really be PCI_CAP_MSIAlexander Yurchenko
2003-04-02updates and fixes from weissmanndudeMichael Shalayeff
2003-04-02use strlcpy; millert okTheo de Raadt
2003-04-02pcmcia -> PCMCIAJason McIntyre
2003-04-02pci -> PCI;Jason McIntyre
2003-04-02sprintf killing; millert okTheo de Raadt