Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-26 | sync | Theo de Raadt | |
2001-03-26 | Remove BUGS section since pool(9) will now work with old VM system. | Aaron Campbell | |
2001-03-26 | Typo: paramters -> parameters | Aaron Campbell | |
2001-03-26 | Typo: parition -> partition | Aaron Campbell | |
2001-03-26 | mdoc'ifying manpages is a really easy way to kill loads of time on the plane. | Aaron Campbell | |
2001-03-25 | Sync with reality. | Angelos D. Keromytis | |
2001-03-25 | Typos: neccesary -> necessary, desireable -> desirable | Kenneth R Westerback | |
2001-03-25 | Add -DUVM if we are using UVM. Fixes problem where the "WHAT" field | Todd C. Miller | |
was empty on current i386 and alpha kernels. | |||
2001-03-25 | extern __progname; from bob | Michael Shalayeff | |
2001-03-25 | Missing irqack, cleanup DMA error handling | Constantine Sapuntzakis | |
2001-03-25 | Reintroduce wakeup call | Constantine Sapuntzakis | |
2001-03-25 | PrintLastLog option; from chip@valinux.com with some minor | Kevin Steves | |
changes by me. ok markus@ | |||
2001-03-25 | Minor mods to DMA interface - get rid of unnecessary args. Allow DMA ↵ | Constantine Sapuntzakis | |
functions to return status flags. Note: Changing code to have DMA interface indicate when I/O is done (a la NetBSD) was considered. It was rejected due to questionable backward compatability with ISA DMA and MAC obio DMA Added irqack from NetBSD (though this feature should really be in the PCI interrupt handlers) Use pool | |||
2001-03-25 | Remove an extraneous decl | brian | |
2001-03-25 | Add some style(9) to alias*.h | brian | |
2001-03-25 | Protect KFREES by splnet and rearrange pointers. This fix interrupt | Grigoriy Orlov | |
race between ipllog() and ipflog_read() which caused a memory leak and "Data modified on freelist" error. fgsch@ ok. | |||
2001-03-25 | Repair timeouts. kern/1743, but with simpler fix | Artur Grabowski | |
2001-03-25 | re-initialize mopt in ip6_insert_jumboopt(). sync with kame | Jun-ichiro itojun Hagino | |
From: csapuntz@stanford.edu | |||
2001-03-25 | missing splx. sync with kame. | Jun-ichiro itojun Hagino | |
From: csapuntz@play-doh.stanford.edu (Constantine Sapuntzakis) | |||
2001-03-25 | sync $KAME$. | Jun-ichiro itojun Hagino | |
2001-03-25 | Fix v3 double-free, potential mrep double-free. Thanks to dawson and Team for | Constantine Sapuntzakis | |
finding these Found a potential vnode leak in there too. | |||
2001-03-25 | Fix potential dangling mbuf and potential double free. Thanks to Dawson and team | Constantine Sapuntzakis | |
2001-03-25 | Missing splx(s). Thanks to dawson and team | Constantine Sapuntzakis | |
2001-03-25 | Not really a bug but one day panic might throw an exception or something. ↵ | Constantine Sapuntzakis | |
THanks to dawson and team for fix | |||
2001-03-25 | Missing splx(). Thanks to dawson and team for finding this one | Constantine Sapuntzakis | |
2001-03-25 | Missing splx(). Thanks to dawson and team for finding this one | Constantine Sapuntzakis | |
2001-03-25 | Missing splx. Thanks to dawson and team for finding this one | Constantine Sapuntzakis | |
2001-03-25 | Missing splx(s). Thanks to Dawson and team | Constantine Sapuntzakis | |
2001-03-25 | Missing splx(s). Thanks to dawson and team for finding this one | Constantine Sapuntzakis | |
2001-03-25 | add bpfilter (bpf) to RAMDISK kernel for dhcp support. | Dale Rahn | |
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 | |
Clean up print on install query. add var/db for mtree on ramdisk to support dhcp. | |||
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 ↵ | Constantine Sapuntzakis | |
for finding these. Ok angelos@ | |||
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 | |
just save the md5 checksums so we can still determine when something change. Entries in /etc/changelist that are prefixed with a '+' will only have their md5 checksums saved, not the actual files. | |||
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 | |
cleanly, chat was left. pppd does not make sense on systems without working serial or modem support. | |||
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 | |
aliases with the same netmask and destination, don't remove it and then re-add exactly the same thing. | |||
2001-03-25 | Get rid of doc hacks, set SUBDIR and use bsd.subdir.mk. Apparently I | Todd C. Miller | |
was on drugs earlier. |