Age | Commit message (Expand) | Author |
2001-03-25 | Missing splx(s). Thanks to Dawson and team for finding this one | Constantine Sapuntzakis |
2001-03-25 | Check in tested version of install.md, one without syntax errors. | Dale Rahn |
2001-03-25 | Missing splx(). Thanks to Dawson and team for finding this | Constantine Sapuntzakis |
2001-03-25 | Enable bpf on the ramdisk for dhcp support. | Dale Rahn |
2001-03-25 | Missing splx | Constantine Sapuntzakis |
2001-03-25 | don't count the input packets twice. | Federico G. Schwindt |
2001-03-25 | Missing splx(). Thanks to Dawson and team for finding this one | Constantine Sapuntzakis |
2001-03-25 | lower spl on error exit. Thanks to dawson and team for finding this one | Constantine Sapuntzakis |
2001-03-25 | A couple minor fixes to prevent use after free. Thanks to dawson and team for... | Constantine Sapuntzakis |
2001-03-25 | Don't access user space pointer directly. Thanks to dawson and team | Constantine Sapuntzakis |
2001-03-25 | Don't provide diffs of sensitive files like ssh host keys. Instead, | Todd C. Miller |
2001-03-25 | Avoid dereferencing a null pointer | Constantine Sapuntzakis |
2001-03-25 | Support for several HP scanners; from jmartin@ugrad.cs.ualberta.ca, krw@ ok. | Federico G. Schwindt |
2001-03-25 | Free the right variable. Thanks to Dawson and team. | Constantine Sapuntzakis |
2001-03-25 | Nortel Baystack 21 support. | Federico G. Schwindt |
2001-03-25 | pppd was removed in the previous commit, however it was not removed | Dale Rahn |
2001-03-25 | Minor bug. Could corrupt stat counters | Constantine Sapuntzakis |
2001-03-25 | Don't set pbp to point to free memory. Thanks to Dawson Engler and team | Constantine Sapuntzakis |
2001-03-25 | If we're adding an interface address that is already one of the interface's | brian |
2001-03-25 | Get rid of doc hacks, set SUBDIR and use bsd.subdir.mk. Apparently I | Todd C. Miller |
2001-03-25 | shorten; ok markus@ | Damien Miller |
2001-03-24 | regen. | Federico G. Schwindt |
2001-03-24 | Nortel Networks BS21 10/100 and 3com 3c359. | Federico G. Schwindt |
2001-03-24 | cleanup error message | Jakob Schlyter |
2001-03-24 | fix usage when called as invalid binary name; <raj@cerias.purdue.edu> | Jakob Schlyter |
2001-03-24 | fix multiple UID ranges; <raj@cerias.purdue.edu> | Jakob Schlyter |
2001-03-24 | fix strlcpy; <raj@cerias.purdue.edu> | Jakob Schlyter |
2001-03-24 | Use "realinstall" to allow the framework to do other work if needed; | Thorsten Lockert |
2001-03-24 | Remove an #ifdef PMAP_NEW so userland (specifically ps) doesn't | Todd C. Miller |
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 |
2001-03-24 | Remove some unprotected prototype variable names | brian |
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 |