Age | Commit message (Expand) | Author |
2003-04-04 | sprintf -> snprintf, plus check for overflow in device name. | Kenneth R Westerback |
2003-04-04 | KNF | Theo de Raadt |
2003-04-04 | adapt to new sectok_fmt_fid API | Theo de Raadt |
2003-04-04 | change sectok_fmt_fid() to accept a size_t for the pathname length; | Theo de Raadt |
2003-04-04 | knf & one snprintf; tedu ok | Theo de Raadt |
2003-04-04 | strlcpy; tedu ok | Theo de Raadt |
2003-04-04 | snprintf & strlcpy; tedu ok | Theo de Raadt |
2003-04-04 | lower the max kernel vm address since there might be proms right below the io | Michael Shalayeff |
2003-04-04 | always flush on pre-ops. data flushed may involve | Michael Shalayeff |
2003-04-04 | snprintf; ok from espie tedu and others | Theo de Raadt |
2003-04-03 | gotta have a wax man | Michael Shalayeff |
2003-04-03 | wax, baby | Michael Shalayeff |
2003-04-03 | exceeds -> exceedes; | Jason McIntyre |
2003-04-03 | adjust protection on the allocated memory through the uvm same as it was allo... | Michael Shalayeff |
2003-04-03 | Real DHUs don't have a TXCHAR register, so write directly to the fifo | Hugh Graham |
2003-04-03 | kill strcpy; miod ok | Theo de Raadt |
2003-04-03 | enable sti@phantomas | Michael Shalayeff |
2003-04-03 | enable wax | Michael Shalayeff |
2003-04-03 | make it at least scan the bus | Michael Shalayeff |
2003-04-03 | make large pdc_scanbus-related structs global to avoid blowing the kernel stack | Michael Shalayeff |
2003-04-03 | some strcpy/strcat -> strlcpy/strlcat conversions | Anil Madhavapeddy |
2003-04-03 | Sync with my sudo cvs repo: | Todd C. Miller |
2003-04-03 | skiped -> skipped; | Jason McIntyre |
2003-04-03 | more snprintf; millert ok | Theo de Raadt |
2003-04-03 | snprintf; millert ok | Theo de Raadt |
2003-04-03 | trivial snprintf | Theo de Raadt |
2003-04-03 | Correct off-by-one error in previous commit. millert@ ok. | Hakan Olsson |
2003-04-03 | Use snprintf() and strlcpy() throughout. | Todd C. Miller |
2003-04-03 | Deal with files w/o a trailing newline before EOF. Found by mpech@ | Todd C. Miller |
2003-04-03 | HP 9000/xxx not HP9000/xxx; from Paul Weissmann | Todd C. Miller |
2003-04-03 | The check for whether or not a group is empty was busted. Closes PR 3178. | Todd C. Miller |
2003-04-03 | Simplify pfctl printing code. | Cedric Berger |
2003-04-03 | Back out my last change, which was incorrect or incomplete. | Cedric Berger |
2003-04-03 | str{cat,cpy}/sprintf cleanup. markus@, deraadt@ ok | Hakan Olsson |
2003-04-03 | queue ID assignment algorith changed for PRIQ | Henning Brauer |
2003-04-03 | use a simple linear queue ID assignment algorithm for PRIQ like we do for | Henning Brauer |
2003-04-03 | until now, the queue ID and the priority were tied together with PRIQ. this | Henning Brauer |
2003-04-03 | differently named queues on different interfaces must get different queue | Henning Brauer |
2003-04-03 | Remove (state->rule.ptr != NULL) tests: this is always true now. | Cedric Berger |
2003-04-03 | strcpy -> strlcpy | Hans Insulander |
2003-04-03 | strcpy -> strlcpy | Hans Insulander |
2003-04-03 | Remove crypt macro, it conflicts with unistd.h | Hans Insulander |
2003-04-03 | typos; | Jason McIntyre |
2003-04-03 | Table stats are reliable now. | Cedric Berger |
2003-04-03 | remove $OpenBSD$, as other *.c does not have it. | Jun-ichiro itojun Hagino |
2003-04-03 | CD-Rom, cd-rom -> CD-ROM | Jason McIntyre |
2003-04-03 | rfc -> RFC | Jason McIntyre |
2003-04-03 | $OpenBSD$ | Jun-ichiro itojun Hagino |
2003-04-03 | HPUX, HP/UX -> HP-UX | Jason McIntyre |
2003-04-03 | remove remaining lines not needed by openbsd. | Kenjiro Cho |