summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-05-14Really working interrupt engine, at least on both 2600 flavours.Miod Vallat
2004-05-14syncNathan Binkert
2004-05-14more adaptec aac(4)Nathan Binkert
2004-05-14Fix pppoe server mode. pppoe no longer chroots in server mode.Can Erkin Acar
2004-05-14Syba SD-LAB PCI I/O Card 4SHenning Brauer
2004-05-14syncHenning Brauer
2004-05-14Syba 4S pucHenning Brauer
2004-05-14Some more KNF, no binary change.Hans-Joerg Hoexer
2004-05-14little cleanupsTed Unangst
2004-05-14use pool for namei pathbuf. testing ok millert@ tdeval@Ted Unangst
2004-05-14use pool for namei pathbuf. testing ok millert@ tdeval@Ted Unangst
2004-05-13provide a siginfo handler for -q run; idea from art's todo; millert@ okMichael Shalayeff
2004-05-13activate systrace on amd64, while here get rid of syscall_{plain,fancy}Nikolay Sturm
2004-05-13as the authpf manpage describes, the connecting user's shell can beHenning Brauer
2004-05-13fields are unsigned -- printf 'em accordingly; from David Hill <davidh@wmis.net>Michael Shalayeff
2004-05-138ks do not have hvtMichael Shalayeff
2004-05-13Pasto, change a cast from uid_t to gid_t (no real change...)Todd C. Miller
2004-05-13Set close on exec flag for cron's socket. Jarno HuuskonenTodd C. Miller
2004-05-13If we get EAGAIN reading from the cron socket check both cron andTodd C. Miller
2004-05-13Unswap the vhid and advskew values.Ryan Thomas McBride
2004-05-13Act like our advskew is 240 when receiving packets as well as sending ifRyan Thomas McBride
2004-05-13don't leave this file open, ok henning@Peter Stromberg
2004-05-13when trying to rewrite the lease file, and if the lease file is alreadyHenning Brauer
2004-05-13Extensions to the FIFO interface:Hakan Olsson
2004-05-13Add cloned interface destruction to carp (ifconfig carp0 destroy).Ryan Thomas McBride
2004-05-13- update policies to what is actually needed in -currentNikolay Sturm
2004-05-13Fix userland profiling on amd64, update to new NetBSD version of file.Dale Rahn
2004-05-13Add examples to ssh-agent.1, bz#481 from Ralf Hauser; ok deraadt@Darren Tucker
2004-05-13More cleanup of SCSI sense printing. Better output, more readable code.Kenneth R Westerback
2004-05-13implement spop1,,0 supportMichael Shalayeff
2004-05-13test the spop1,,0 instructionsMichael Shalayeff
2004-05-13KNFRyan Thomas McBride
2004-05-12support probe instructionsMichael Shalayeff
2004-05-12a test for probe instructionsMichael Shalayeff
2004-05-12all numbers as one composite regexp.Marc Espie
2004-05-12eval regress matching PR, more stuff to come.Marc Espie
2004-05-12replace hand-made expr() parser with a lex/yacc affair that is shorter,Marc Espie
2004-05-1232 bit ints are uint32_t, not u_long. works on 64bit now. ok deraadt@Ted Unangst
2004-05-12Rework a block readded by the multipath commit that should ensure thatClaudio Jeker
2004-05-12login_passwd needs to be setuid root after all for "secure" YP maps.Todd C. Miller
2004-05-12if tctrl not there, still let this compile; miod okTheo de Raadt
2004-05-12tzsetHenning Brauer
2004-05-12tzsetHenning Brauer
2004-05-12like always I missed tzset(); Ben Lovett <ben@tilderoot.com>Henning Brauer
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
2004-05-12syncAlexander Yurchenko
2004-05-12Forgot 6300ESB IDE, too.Alexander Yurchenko
2004-05-11If no help file is present don't print the sendmail version--weTodd C. Miller
2004-05-11Build sendmail with -D_FFR_QUEUERETURN_DSN to enable confTO_QUEUERETURN_DSN.Todd C. Miller
2004-05-11improve some code lint did not like; djm millert okTheo de Raadt