Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-24 | Use "realinstall" to allow the framework to do other work if needed; | Thorsten Lockert | |
path of least surprise. Ok millert@ | |||
2001-03-24 | Remove an #ifdef PMAP_NEW so userland (specifically ps) doesn't | Todd C. Miller | |
have to define PMAP_NEW all over the place. This means there is an unused entry in struct pcb for pmap.old but that's going away (and it doesn't hurt anything). | |||
2001-03-24 | unused; remove dup comments. ok markus@ | Kevin Steves | |
2001-03-24 | Oops. Unbreak. | Hakan Olsson | |
2001-03-24 | Convert to new timeout API. art@ ok. | Hakan Olsson | |
2001-03-24 | Convert to new timeout API. art@ ok. | Hakan Olsson | |
2001-03-24 | Convert to new timeout API. mickey@ ok. | Hakan Olsson | |
2001-03-24 | First cut at HFS shared parition capable ramdisk. | Dale Rahn | |
Documentation needs to be enhanced to reflect how to use this properly. Still one major issue with kernel recognizing new disklabel after disk is modified with pdisk. MD label handing in the install.md still needs to be cleaned up. | |||
2001-03-24 | Remove some unprotected prototype variable names | brian | |
MAXPATHLEN -> PATH_MAX Handle ENOENT from opening /dev/tun* properly Rename _PATH_PPP -> PPP_CONFDIR and allow it to be redefined at compile time Reduce MIN_LQRPERIOD and MIN_FSMRETRY to 1 second Be smarter about identifying sockets on stdin Allow primary DNS IP negotiation when the secondary IP has been rejected Fix the call to PacketAliasProxyRule() properly. Add/fix some comments Fix man page markups; ru@FreeBSD.org Use localhost when no hostname is configured | |||
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 | |
This is a HFS partition editing tool. | |||
2001-03-23 | Take vm_pmap out of struct vmspace if we are using UVM since UVM doesn't | Todd C. Miller | |
use that. Fixes size mismatch in i386 pmap.new kernel. This requires that users rebuild libkvm and friends using the new headers for ps et al to work with a new kernel. | |||
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 | |
use m_adj instead of twiddling everything ourselves | |||
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 | |
cleandir. This is not the prettiest of things but it does work. | |||
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 | |
for (mcast || bcase || (unicast || for us)) is always called. | |||
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 | |
make a new one for na data fault, since those w/ hpt need it. | |||
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 | |
buffer overflow on file name. | |||
2001-03-22 | Don't free what wasn't alloced. Found by niels. | Paul Janzen | |