Age | Commit message (Expand) | Author |
2003-01-11 | use errx instead of handcrufting the same with fprintf and exit | Henning Brauer |
2003-01-11 | -use inet_net_pton to parse IPv4 addresses, gains us support for CIDR (10/8) | Henning Brauer |
2003-01-11 | whitespace KNF _AGAIN_ | Henning Brauer |
2003-01-11 | sync | Jason Wright |
2003-01-11 | via rhine III; jonathon.fletcher at pobox.com | Jason Wright |
2003-01-11 | set fatal_cleanups to NULL in fatal_remove_all_cleanups(); dtucker@zip.com.au | Markus Friedl |
2003-01-11 | o specifying host on the command line implies the -a flag | Todd C. Miller |
2003-01-11 | Manpage fixups from jmc, plus a minor tweak by me. | Hugh Graham |
2003-01-11 | Attempt to do something reasonable when overwrite mode is combined | Hugh Graham |
2003-01-11 | add back fserr and fsbail deleted in previous commit | Jason Wright |
2003-01-11 | Remove the vm_* manpages, these functions were replaced in uvm. | Wilbern Cobb |
2003-01-11 | - arrange the prototypes in sections. | Wilbern Cobb |
2003-01-11 | typo | Christian Weisgerber |
2003-01-10 | typo; from Nils Nordman <nino at nforced dot com>. | Federico G. Schwindt |
2003-01-10 | Symbol LA4123 and Nortel E-mobility 211818-A PCI cards are now supported. | Todd C. Miller |
2003-01-10 | Add support for Symbol LA4123 and Nortel E-mobility 211818-A PCI | Todd C. Miller |
2003-01-10 | Don't call wi_cor_reset() in wi_attach(); since sc_firmware_type is | Todd C. Miller |
2003-01-10 | now that epconfig() prints stuff another new way fix the dmesg print again. a... | Michael Shalayeff |
2003-01-10 | Fix adding and deleting addresses in a table when there is a conflict with | Cedric Berger |
2003-01-10 | Be a bit more strict when parsing options. | Cedric Berger |
2003-01-10 | splio->splbio in comment | Alexander Yurchenko |
2003-01-10 | Cosmetic change, makes code a bit easier to understand. | Cedric Berger |
2003-01-10 | typo in comment; Jim Geovedi | Henning Brauer |
2003-01-10 | case; jmc | Federico G. Schwindt |
2003-01-10 | More details about the -T flag. Suggested by Rukh <openbsd@rukh.net> | Cedric Berger |
2003-01-10 | hush socket() errors, except last. Fixes mindrot bug #408; ok markus@ | Damien Miller |
2003-01-10 | Don't ftruncate after write error, creating sparse files of incorrect length | Damien Miller |
2003-01-10 | Tipo in tabledef grammar. Found by Rukh <openbsd@rukh.net> | Cedric Berger |
2003-01-10 | typo police; jmc | Henning Brauer |
2003-01-10 | typo; jmc | Henning Brauer |
2003-01-10 | Simplify and avoid redundancy in packet send and receive function; ok fgs@ | Damien Miller |
2003-01-10 | sftp progress meter support. | Federico G. Schwindt |
2003-01-10 | no return after err(3), errx -> err after calloc failure | Henning Brauer |
2003-01-10 | print queue length for PRIQ, works now | Henning Brauer |
2003-01-10 | fix thinko | Henning Brauer |
2003-01-10 | Cleanup before use (would break if run after t-sftp), less console spam | Damien Miller |
2003-01-10 | fix breakage in the previous commit | Kenjiro Cho |
2003-01-09 | Remove fetch(9) and store(9) manual pages and references to them. | Miod Vallat |
2003-01-09 | Remove fetch(9) and store(9) functions from the kernel, and replace the few | Miod Vallat |
2003-01-09 | on user trap space mismatch just kill the offender, panic the kernel otherwise | Michael Shalayeff |
2003-01-09 | no need for explicit numbering in enums | Henning Brauer |
2003-01-09 | knf | Daniel Hartmeier |
2003-01-09 | strlcpy return checks. | Daniel Hartmeier |
2003-01-09 | Check return values on the remaining strlcpy/strlcat. ok henning@ | Daniel Hartmeier |
2003-01-09 | minor KNF | Henning Brauer |
2003-01-09 | use a verbose flag in pfctl_show_altq instead of carrying around opts from | Henning Brauer |
2003-01-09 | zap unneeded #include <errno.h> as seen by both of us while discussing | Henning Brauer |
2003-01-09 | support PRIQ in queue statistics | Henning Brauer |
2003-01-09 | minor KNF | Henning Brauer |
2003-01-09 | restore the prev version of the kq filter for events do not get delivered pro... | Michael Shalayeff |