Age | Commit message (Expand) | Author |
2001-03-24 | Make the apple code compile for OpenBSD. These changes are mostly from maja. | Dale Rahn |
2001-03-24 | Import of pdisk from apple, BSD licensed code. Archive dated Feb 18 1998 | Dale Rahn |
2001-03-23 | Take vm_pmap out of struct vmspace if we are using UVM since UVM doesn't | Todd C. Miller |
2001-03-23 | Use pool to allocate processes. | Artur Grabowski |
2001-03-23 | Fix pagemove to work with PMAP_NEW. Mostly from NetBSD. | Artur Grabowski |
2001-03-23 | bsdi support, ok niklas@ | Markus Friedl |
2001-03-23 | ignore SIGPIPE, restore in child, fixes x11-fwd crashes; with djm@ | Markus Friedl |
2001-03-23 | fix a diagnostic check in pagemove | Artur Grabowski |
2001-03-23 | fix put, upload to _absolute_ path, ok djm@ | Markus Friedl |
2001-03-23 | authctxt is now passed to do_authenticated | Markus Friedl |
2001-03-23 | Compat for OpenSSH with broken Rijndael/AES. ok markus@ | Damien Miller |
2001-03-23 | check rcvif and tag for vlan_input_tag() [Same check as in vlan_input()] | Jason Wright |
2001-03-23 | m_freem not m_free | Jason Wright |
2001-03-23 | Careful with copying mbuf pkthdr. | Angelos D. Keromytis |
2001-03-23 | Use M_COPY_PKTHDR(), and zero out tdbi. | Angelos D. Keromytis |
2001-03-23 | Be paranoid when copying m_pkthdr. | Angelos D. Keromytis |
2001-03-23 | check packet length in vlan_input() and pullup if necessary | Jason Wright |
2001-03-23 | regen | Michael Shalayeff |
2001-03-23 | a few more wavelans, from nbsd | Michael Shalayeff |
2001-03-23 | Fix slow mbuf leak. | Angelos D. Keromytis |
2001-03-23 | explicitly generate info files via "all" target like we do for | Todd C. Miller |
2001-03-23 | atactl SMART support; wouter@yourcreativesolutions.nl | Theo de Raadt |
2001-03-23 | move the vlan and bridge handling around a bit, and make sure the test | Jason Wright |
2001-03-23 | ac on/off hooks; from angelos@ | Michael Shalayeff |
2001-03-23 | protect func ptr ars w/ __P | Michael Shalayeff |
2001-03-23 | cache alignment games | Michael Shalayeff |
2001-03-23 | fix compiling in audio-less configs | Michael Shalayeff |
2001-03-23 | Remove obsolete configs, add the one we (Applitron) use nowadays instead. | Niklas Hallqvist |
2001-03-22 | pmap_physseg is kernel-only business | Michael Shalayeff |
2001-03-22 | Remove transient config file. | Niklas Hallqvist |
2001-03-22 | sync | Niklas Hallqvist |
2001-03-22 | handle d/i prot traps proper | Michael Shalayeff |
2001-03-22 | shuffle the tlb handlers a little, | Michael Shalayeff |
2001-03-22 | Merge in NetBSD's PMAP_NEW, still disabled | Niklas Hallqvist |
2001-03-22 | make sure we stop stack tracing on user pc | Michael Shalayeff |
2001-03-22 | ifdef on a proper debug define | Michael Shalayeff |
2001-03-22 | use mkstemp() | Theo de Raadt |
2001-03-22 | Don't change case of command | Paul Janzen |
2001-03-22 | Don't FLUSHLINE unnecessarily | Paul Janzen |
2001-03-22 | File name buffer should be MAXPATHLEN; ianm@cit.uws.edu.au. Also avoid | Paul Janzen |
2001-03-22 | Don't free what wasn't alloced. Found by niels. | Paul Janzen |
2001-03-22 | a bit closer to the queen's english | Theo de Raadt |
2001-03-22 | it is kn_add_action, not keynote_add_action | Todd C. Miller |
2001-03-22 | sprintf -> snprintf | Grigoriy Orlov |
2001-03-22 | KNF a stmt | Niklas Hallqvist |
2001-03-22 | Smarter default conflict, use pkgname-[0-9]* if a version number has been | Marc Espie |
2001-03-22 | do not place linefeeds in buffer | Theo de Raadt |
2001-03-22 | typo in ERROR_NOTFOUND error message | Todd C. Miller |
2001-03-22 | pastos in diagnostic strings | Niklas Hallqvist |
2001-03-22 | Grok NetBSD's version of el_init() (#ifdef NetBSD only) | brian |