summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-04-04sprintf -> snprintf, plus check for overflow in device name.Kenneth R Westerback
2003-04-04KNFTheo de Raadt
2003-04-04adapt to new sectok_fmt_fid APITheo de Raadt
2003-04-04change sectok_fmt_fid() to accept a size_t for the pathname length;Theo de Raadt
2003-04-04knf & one snprintf; tedu okTheo de Raadt
2003-04-04strlcpy; tedu okTheo de Raadt
2003-04-04snprintf & strlcpy; tedu okTheo de Raadt
2003-04-04lower the max kernel vm address since there might be proms right below the ioMichael Shalayeff
2003-04-04always flush on pre-ops. data flushed may involveMichael Shalayeff
2003-04-04snprintf; ok from espie tedu and othersTheo de Raadt
2003-04-03gotta have a wax manMichael Shalayeff
2003-04-03wax, babyMichael Shalayeff
2003-04-03exceeds -> exceedes;Jason McIntyre
2003-04-03adjust protection on the allocated memory through the uvm same as it was allo...Michael Shalayeff
2003-04-03Real DHUs don't have a TXCHAR register, so write directly to the fifoHugh Graham
2003-04-03kill strcpy; miod okTheo de Raadt
2003-04-03enable sti@phantomasMichael Shalayeff
2003-04-03enable waxMichael Shalayeff
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