summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-03-25Missing splx(s). Thanks to Dawson and team for finding this oneConstantine Sapuntzakis
2001-03-25Check in tested version of install.md, one without syntax errors.Dale Rahn
2001-03-25Missing splx(). Thanks to Dawson and team for finding thisConstantine Sapuntzakis
2001-03-25Enable bpf on the ramdisk for dhcp support.Dale Rahn
2001-03-25Missing splxConstantine Sapuntzakis
2001-03-25don't count the input packets twice.Federico G. Schwindt
2001-03-25Missing splx(). Thanks to Dawson and team for finding this oneConstantine Sapuntzakis
2001-03-25lower spl on error exit. Thanks to dawson and team for finding this oneConstantine Sapuntzakis
2001-03-25A couple minor fixes to prevent use after free. Thanks to dawson and team for...Constantine Sapuntzakis
2001-03-25Don't access user space pointer directly. Thanks to dawson and teamConstantine Sapuntzakis
2001-03-25Don't provide diffs of sensitive files like ssh host keys. Instead,Todd C. Miller
2001-03-25Avoid dereferencing a null pointerConstantine Sapuntzakis
2001-03-25Support for several HP scanners; from jmartin@ugrad.cs.ualberta.ca, krw@ ok.Federico G. Schwindt
2001-03-25Free the right variable. Thanks to Dawson and team.Constantine Sapuntzakis
2001-03-25Nortel Baystack 21 support.Federico G. Schwindt
2001-03-25pppd was removed in the previous commit, however it was not removedDale Rahn
2001-03-25Minor bug. Could corrupt stat countersConstantine Sapuntzakis
2001-03-25Don't set pbp to point to free memory. Thanks to Dawson Engler and teamConstantine Sapuntzakis
2001-03-25If we're adding an interface address that is already one of the interface'sbrian
2001-03-25Get rid of doc hacks, set SUBDIR and use bsd.subdir.mk. Apparently ITodd C. Miller
2001-03-25shorten; ok markus@Damien Miller
2001-03-24regen.Federico G. Schwindt
2001-03-24Nortel Networks BS21 10/100 and 3com 3c359.Federico G. Schwindt
2001-03-24cleanup error messageJakob Schlyter
2001-03-24fix usage when called as invalid binary name; <raj@cerias.purdue.edu>Jakob Schlyter
2001-03-24fix multiple UID ranges; <raj@cerias.purdue.edu>Jakob Schlyter
2001-03-24fix strlcpy; <raj@cerias.purdue.edu>Jakob Schlyter
2001-03-24Use "realinstall" to allow the framework to do other work if needed;Thorsten Lockert
2001-03-24Remove an #ifdef PMAP_NEW so userland (specifically ps) doesn'tTodd C. Miller
2001-03-24unused; remove dup comments. ok markus@Kevin Steves
2001-03-24Oops. Unbreak.Hakan Olsson
2001-03-24Convert to new timeout API. art@ ok.Hakan Olsson
2001-03-24Convert to new timeout API. art@ ok.Hakan Olsson
2001-03-24Convert to new timeout API. mickey@ ok.Hakan Olsson
2001-03-24First cut at HFS shared parition capable ramdisk.Dale Rahn
2001-03-24Remove some unprotected prototype variable namesbrian
2001-03-24Make the apple code compile for OpenBSD. These changes are mostly from maja.Dale Rahn
2001-03-24Import of pdisk from apple, BSD licensed code. Archive dated Feb 18 1998 Dale Rahn
2001-03-23Take vm_pmap out of struct vmspace if we are using UVM since UVM doesn'tTodd C. Miller
2001-03-23Use pool to allocate processes.Artur Grabowski
2001-03-23Fix pagemove to work with PMAP_NEW. Mostly from NetBSD.Artur Grabowski
2001-03-23bsdi support, ok niklas@Markus Friedl
2001-03-23ignore SIGPIPE, restore in child, fixes x11-fwd crashes; with djm@Markus Friedl
2001-03-23fix a diagnostic check in pagemoveArtur Grabowski
2001-03-23fix put, upload to _absolute_ path, ok djm@Markus Friedl
2001-03-23authctxt is now passed to do_authenticatedMarkus Friedl
2001-03-23Compat for OpenSSH with broken Rijndael/AES. ok markus@Damien Miller
2001-03-23check rcvif and tag for vlan_input_tag() [Same check as in vlan_input()]Jason Wright
2001-03-23m_freem not m_freeJason Wright
2001-03-23Careful with copying mbuf pkthdr.Angelos D. Keromytis