summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-08-14partial proto repairsTheo de Raadt
2003-08-14in some fs (ie. procfs), readdir won't return a cookie, so calculateFederico G. Schwindt
2003-08-14exit after primetest, ok djm@Markus Friedl
2003-08-14remove magic swapping constants in favor of the #defines I added a fewJason Wright
2003-08-14safe(4)Jason Wright
2003-08-14safe(4)Jason Wright
2003-08-14- remove some uneeded junk (mainly leftovers from ubsec cut/paste)Jason Wright
2003-08-14kill unneeded caddr_t casts for *_copybackJason Wright
2003-08-14mirror change in mbufs: cuio_copyback's 4th arg is now const void *Jason Wright
2003-08-14add uhci based on suggestion from loki at niteshade dot netJason Wright
2003-08-14constify vfsops; tedu@ okMichael Shalayeff
2003-08-14add itimerspec data structure, defined by POSIX 1003.1b. ok marc@Kevin Lo
2003-08-13Correct comments about queue runner.Todd C. Miller
2003-08-13Install sendmail tuning guideTodd C. Miller
2003-08-13Based on what otto@ said on icb. The expensive thing in diff isTodd C. Miller
2003-08-13socks4->socks, since with support both 4 and 5; dtucker@zip.com.auMarkus Friedl
2003-08-13Always force a pipeline flush after a PSR change, not before. How couldMiod Vallat
2003-08-13remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,Markus Friedl
2003-08-13use more portable tcsendbreak(3) and ignore break_length;Markus Friedl
2003-08-13syncTheo de Raadt
2003-08-13remove some copy and waste. from marius@monkey.orgTed Unangst
2003-08-12safe(4)Jason Wright
2003-08-12add safe(4). Works well enough for testing at least.Jason Wright
2003-08-12- Don't need the bus_dma callback cruft as we have everything necessary in theJason Wright
2003-08-12fix after mickey breakage; reported by grange@.Federico G. Schwindt
2003-08-12Convert to use poll(2) instead of static select; OK deraadt@Todd C. Miller
2003-08-12Stop the madness, though shalt not pass FD_SETSIZE as the first param toTodd C. Miller
2003-08-12Fix no newline at end of file case for Plan B.Otto Moerbeek
2003-08-12Don't tell people to use FD_SETSIZE as the first argument to select().Todd C. Miller
2003-08-12Don't tell people to use FD_SETSIZE as the first argument to select().Todd C. Miller
2003-08-12cleaning: remove sc_flags and FBSDID junkJason Wright
2003-08-12regenMichael Shalayeff
2003-08-12constify sequencer script; krw@ okMichael Shalayeff
2003-08-12do not hardcore 3.3 releaseTheo de Raadt
2003-08-12man page for acphyMichael Shalayeff
2003-08-12add acphyMichael Shalayeff
2003-08-12regenMichael Shalayeff
2003-08-12sun chip is 5821Jason Wright
2003-08-12altima 101/101L phy from netbsd via freebsd; hugh@ testingMichael Shalayeff
2003-08-12sun board IS a ubsecJason Wright
2003-08-12syncAlexander Yurchenko
2003-08-12TI cardbus controller found on my new laptopAlexander Yurchenko
2003-08-12Get rid of unused code, and KNF/ELF-sanitize the remaining code.Miod Vallat
2003-08-12Use spltty() instead of rolling our own expanded version.Miod Vallat
2003-08-12man page for safenet 1141/1741 from freebsd with appropriate XrsJason Wright
2003-08-12use _ENTRY consistently, remove some #if 0 code, and clean up some comments; ...Jason Wright
2003-08-12safenet 1141 driver from freebsd (sam at errno):Jason Wright
2003-08-12The idle loop is supposed to run with interrupts enabled, and will onlyMiod Vallat
2003-08-12More unused files with bad string functions in them. Bye bye.Hans Insulander
2003-08-12These files are unused by us and have strcat/strcpy badness in them,Hans Insulander