summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-12syncTheo de Raadt
2010-01-12bump this to updater, so that progress is shown again.Marc Espie
2010-01-12check the new pfsync_subheader len field on input.David Gwynne
2010-01-12more auto-cache goodnessMarc Espie
2010-01-12dont let the antisemaphore clear the WAITING flag so NO_CCB doesnt causeDavid Gwynne
2010-01-12Add explicit stat so we reliably detect nologin with bad perms. ok djm markusDarren Tucker
2010-01-12the comment is right, this can indeed go away.Jasper Lievisse Adriaanse
2010-01-12two corrections from David A. Holland (netbsd -r1.24 of calendar.history);Jason McIntyre
2010-01-12tweak previous;Jason McIntyre
2010-01-12when setting up lo0 use 127.0.0.1/8 instead of 127.0.0.1 for clarity andHenning Brauer
2010-01-12After calling pipex_pppoe_input(), we must goto done to restore the spl.YASUOKA Masahiko
2010-01-12Add TCP/UDP checksum display for v6 and clean up the checksumChristian Weisgerber
2010-01-12Remove simple_unlock() that is mistakenly introduced and add requiredYASUOKA Masahiko
2010-01-12Since ifinit() is now safe to be called earlier, call it just beforeTheo de Raadt
2010-01-12Move initialization of the MCLGETI ticker to mbinit(), instead of ifinit()Theo de Raadt
2010-01-12Unify the various fake ethernet generators as ether_fakeaddr() whichTheo de Raadt
2010-01-12Don't leak @if0 format routing host names, pointed out by claudio.Ryan Thomas McBride
2010-01-12First pass at removing the 'pf_pool' mechanism for translation and routingRyan Thomas McBride
2010-01-12Remove bpfdetach() call right in front of the if_detach() call sinceClaudio Jeker
2010-01-12Delete unused structures. Pointed out by deraadt@.YASUOKA Masahiko
2010-01-12fix ioctl number that conflicted with tun(4)'s ioctl number.YASUOKA Masahiko
2010-01-12Remove the "bump the advskew to 240 in case of errors" hack.Marco Pfatschbacher
2010-01-12set the length of the send queue to 1.David Gwynne
2010-01-12add a buffer_get_string_ptr_ret() that does the same asDamien Miller
2010-01-12Do not allow logins if /etc/nologin exists but is not readable by the userDarren Tucker
2010-01-12Allow the queueing of multiple fragments on virtual interfaces with aBob Beck
2010-01-12Use M_ZERO in malloc instead of doing a bzeor right afterwards.Claudio Jeker
2010-01-12delete with extreme prejudice a debug() that fired with every keypress;Damien Miller
2010-01-12avoid spinning when fd passing on nonblocking sockets by calling poll()Damien Miller
2010-01-12Do not check malloc return value against NULL, as M_WAITOK is used.Charles Longeau
2010-01-12Make the structures for ifa_msghdr and friends even more likeTheo de Raadt
2010-01-12Remove dead assignment and newly created unused variable.Charles Longeau
2010-01-12Fix bug introduced in r1.78 (incorrect brace location) that broke key auth.Darren Tucker
2010-01-11key should be an int not a char.Nicholas Marriott
2010-01-11Make the detach function handle the case of a partial attach, and make sureMark Kettenis
2010-01-11Increase/decrease the per-CPU interrupt depth variable around APIC interruptsMark Kettenis
2010-01-11encourage use of setreseuid(), and warn there are other privs; ok henningTheo de Raadt
2010-01-11Fix wrong logic in error checking of buf_dynamic, found by pcc.Jacek Masiulaniec
2010-01-11sometimes, I manage to finish some stuffMarc Espie
2010-01-11quirks is special here too, oops.Marc Espie
2010-01-11When resuming from suspend, prime play buffers with silence,Alexandre Ratchov
2010-01-11allow installation to proceed even without -r if it's an actual updateMarc Espie
2010-01-11works much better if I actually add the option...Marc Espie
2010-01-11move the oldlibs code into its separate file, prior to fixing it.Marc Espie
2010-01-11protect gzip against weird file namesMarc Espie
2010-01-11dlg@ lost the SCSI_IGNORE_ILLEGAL_REQUEST flag on all SYNCHRONIZE_CACHEKenneth R Westerback
2010-01-11Do not use after free kif->if_index; discovered with claudioTheo de Raadt
2010-01-11when converting keys, truncate key comments at 72 chars as per RFC4716;Damien Miller
2010-01-11Add PIPEX option, disabled by default for now.Ryan Thomas McBride
2010-01-11various cleanup, including a fix from Daniel Dickman;Jason McIntyre