summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-12-02in the tradeoff between NFS and more device drivers, NFS loses. people whoTheo de Raadt
1999-12-02bye bye ctm (soon in ports tree)Theo de Raadt
1999-12-02add setjmp testDavid Leonard
1999-12-02add _setjmp/_longjmp testDavid Leonard
1999-12-02better testsDavid Leonard
1999-12-02paranoia, add_return may changeDavid Leonard
1999-12-02fix one possible buffer overrun; inspired by kris@hub.freebsd.orgDavid Leonard
1999-12-02Minor repairs.Aaron Campbell
1999-12-02snprintf in kernel; assar@stacken.kth.seTheo de Raadt
1999-12-01crank DFLDSIZ to 32MBTheo de Raadt
1999-12-01more strtok_r; bad bad artTheo de Raadt
1999-12-01move skey-auth from auth-passwd.c to auth-skey.c, same for krb4Markus Friedl
1999-12-01typoMarkus Friedl
1999-12-01uvm on the i386Theo de Raadt
1999-12-01no need for strtok_r; binkert@vssad.hlo.dec.comTheo de Raadt
1999-12-01easier to read client code for passwd and skey authMarkus Friedl
1999-12-01turn of checkhostip for proxy connects, since we don't know the remote ipMarkus Friedl
1999-12-01ports are u_shortMarkus Friedl
1999-12-01noone needs to see this anymoreTheo de Raadt
1999-12-01friendly towards uvm on i386, until it gets fixed; got it from artTheo de Raadt
1999-12-01Move initialization of ttyline to be after the fork() so that whenTodd C. Miller
1999-11-30Remove duplicate #include.Aaron Campbell
1999-11-30Remove duplicate #include's.Aaron Campbell
1999-11-30Recognizes comments while parsing macros arguments, as every otherMarc Espie
1999-11-30Clean up comment/quote recognition a little bit:Marc Espie
1999-11-30Fix the "append" keyword to work as it should (looks like it was aAngelos D. Keromytis
1999-11-30initial /etc filesMichael Shalayeff
1999-11-30syncTheo de Raadt
1999-11-30Using mkstemp to create permanent files is possible, but thenMarc Espie
1999-11-30mention in the media selection section that NE2000 cards based on RealTekBrad Smith
1999-11-30Typo. From je@interact.seHakan Olsson
1999-11-30Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adaptercmetz
1999-11-30Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adaptercmetz
1999-11-30UVM support (how could I miss this?). From jason@Artur Grabowski
1999-11-30Put the "faulting in a pt page map ..." printf behind #ifdef DEBUG.Artur Grabowski
1999-11-30garbage collect thread-specific dataDavid Leonard
1999-11-30clean up the poll fdsets in the garbage collector, not in exit()David Leonard
1999-11-30set state of new threads using correct macro. This makes debugging a bit easier.David Leonard
1999-11-30more KNF and cleanupJason Wright
1999-11-30really remove all other threads when fork()ing. (bug was in removing elements...David Leonard
1999-11-30KNF and cleanupJason Wright
1999-11-30make test a little bit more stressfulDavid Leonard
1999-11-30set the ulimit a little higher for test_preemptionDavid Leonard
1999-11-30enable test_select and test_pollDavid Leonard
1999-11-30fix include list; dogcow@redback.comTheo de Raadt
1999-11-30test poll()David Leonard
1999-11-29add devel/glib and www/squid to the TODO check listBrad Smith
1999-11-29add net/mrtd to the TODO check list, chris@dqc.orgDavid Leonard
1999-11-29back out TAILQ_FOREACH - not portable, deraadt@David Leonard
1999-11-29use TAILQ_FOREACH, ok mickey@David Leonard