summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-07-03fix the history sectionMichael Shalayeff
2001-07-03fix the history sectionMichael Shalayeff
2001-07-03Use PADUP() instead of hand-crafted weirdness; also, it's supposed toAngelos D. Keromytis
2001-07-03Pointer arithmetic fixes work better when you get the casting right.Angelos D. Keromytis
2001-07-03grr, you guys keep not obeying KNFTheo de Raadt
2001-07-03syncTheo de Raadt
2001-07-03add DIOCNATLOOK ioctl and pf_natlook structure, this enables a userlandBob Beck
2001-07-03enable rx ip checksum offloadJason Wright
2001-07-03pull in rc.conf early so that pf(1) startup is right; tested by jasoni, comme...Theo de Raadt
2001-07-03ENODEV -> EOPNOTSUPP to make this work. beck@ ok.Tobias Weingartner
2001-07-03From FreeBSD:Jason Wright
2001-07-03Somehow a space got the eighth bit setNiklas Hallqvist
2001-07-03In readdir, set the calling process in the constructed uio structures.Constantine Sapuntzakis
2001-07-03obvious typo in condition; csapuntz@ okNiklas Hallqvist
2001-07-03proper access to install.md fileTheo de Raadt
2001-07-02improve cleanup/exit logic in ssh2:Markus Friedl
2001-07-02update for sectok.h interface changes.Markus Friedl
2001-07-02do not return NULL, use "" instead.Markus Friedl
2001-07-02install sc7816.h to /usr/includes (used by usr.bin/sectok)Markus Friedl
2001-07-02libsectok functions now take status word instead of bytesJim Rees
2001-07-02sc7816 compatibilityJim Rees
2001-07-02separate sectok from sc7816 and give each its own include fileJim Rees
2001-07-02Convert warn/warnx -> _warn/_warnxTodd C. Miller
2001-07-02another memory leakNiels Provos
2001-07-02fix memory leakNiels Provos
2001-07-02syncTheo de Raadt
2001-07-02No, do NOT build them on everythingTheo de Raadt
2001-07-02Typo.Hakan Olsson
2001-07-02typoTodd C. Miller
2001-07-02-Wall cleanup; ok millert@jasoni
2001-07-02esetenv prototypeTodd C. Miller
2001-07-02Allows building w/o kerb supportTodd C. Miller
2001-07-02Fix building on non-kerberos systemsTodd C. Miller
2001-07-02Sync library list with bsd.prog.mkTodd C. Miller
2001-07-02wait until !session_have_children(); bugreport from Lutz.Jaenicke@aet.TU-Cott...Markus Friedl
2001-07-02#include <string.h> to get mem* prototypes.Todd C. Miller
2001-07-02Fix some typos; olgeni@uli.itbrian
2001-07-02Put the ISES firmware under dev/microcode/.Hakan Olsson
2001-07-02add nge and nsgphyNathan Binkert
2001-07-02Reference nge(4)Nathan Binkert
2001-07-02When the PHY status changes, we need to check what the media speed isNathan Binkert
2001-07-02Add manpage for National Semiconductor Gigabit (nge)Nathan Binkert
2001-07-02Remove spurious printfNathan Binkert
2001-07-02Add TBI_EN config bit. Also add GPIOR location in EEPROMNathan Binkert
2001-07-02No need to return at the end of a void functionNathan Binkert
2001-07-02Print out correct version stringNathan Binkert
2001-07-02Compile with WDCDEBUG.Hakan Olsson
2001-07-02- More vtophys death: packet buffer lists are is bus_dma(9) memory as isJason Wright
2001-07-02fix some incorrect cat page dependenciesTodd C. Miller
2001-07-02/dev/pf is major 39; openbsd@davidkrause.comAngelos D. Keromytis