Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-21 | NRL pcb issue; inp_{f,l}addr{,6} is a union so we need to be sure about | Jun-ichiro itojun Hagino | |
af match. - do not touch IPv4 pcb entries on in6_pcbnotify. - do not touch IPv6 pcb entries on in_pcbnotify. | |||
2000-04-21 | even more from base to etc; everything else looks right | Theo de Raadt | |
2000-04-21 | do not declare and use a local variable which conflicts with a global | Theo de Raadt | |
variable which is used by a macro when VM is used instead of UVM. very cute, Art -- 10 points for artistic expression. | |||
2000-04-21 | Adapted from NetBSD: mention the 'al'/'AL' console mode bug and its workaround | Paul Janzen | |
2000-04-21 | documentation: refer to terminfo, not termcap, where appropriate. | Paul Janzen | |
2000-04-21 | Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de> | Damien Miller | |
via Debian bug #59926 | |||
2000-04-21 | Don't need to explicitly make perl's config.sh, the beforedepend target | Todd C. Miller | |
will do that. | |||
2000-04-20 | ISO currency and other additions, including smoot, jansky, and score. | Paul Janzen | |
2000-04-20 | No logarithmic scales. | Paul Janzen | |
2000-04-20 | Fix function prototype so it compiles again. | Aaron Campbell | |
2000-04-20 | sync | Theo de Raadt | |
2000-04-20 | Document /etc/resolv.conf.tail | Angelos D. Keromytis | |
2000-04-20 | Change -b to -f, similar to Solaris. | Angelos D. Keromytis | |
2000-04-20 | Change the flag to -f, similar to Solaris. | Angelos D. Keromytis | |
2000-04-20 | If recover dir is not owned by root, chown it. If the mode is not | Todd C. Miller | |
01777, fix that too. This is safe because the script is run before user processes start. | |||
2000-04-20 | Fix a problem that occurs when the filesystem fills up. | Artur Grabowski | |
When the filesystem is able to allocate an indirect block but not the data block, it incorrectly unwinds the indirect block leaving a dangling pointer to a free block. This is said to fix the "freeing free block" panics people were seeing. From FreeBSD. | |||
2000-04-20 | Flesh out stdlib function man pages. | Aaron Campbell | |
2000-04-20 | Don't include machine/pmap.h, vm/pmap.h does that for us. | Artur Grabowski | |
2000-04-20 | use scoped address notation (fe80::1%de0) for IPv6 linklocal unicast/multicast. | Jun-ichiro itojun Hagino | |
2000-04-20 | Add a function "ktrsettracevnode", that changes the ktrace vnode for a process | Artur Grabowski | |
in a correct way. Use it in all places where the vnode was changed. (most of the earlier code was incorrect and had races). | |||
2000-04-20 | Add /etc/resolv.conf.tail | Angelos D. Keromytis | |
2000-04-20 | If /etc/resolv.conf.tail exists, append to newly-constructed | Angelos D. Keromytis | |
/etc/resolv.conf | |||
2000-04-20 | Yet more typos...I should quit while I'm ahead. | Angelos D. Keromytis | |
2000-04-20 | Also forgot to update usage() | Angelos D. Keromytis | |
2000-04-20 | Forgot trailing newline in message. | Angelos D. Keromytis | |
2000-04-20 | Same as the traceroute commit just now; add an option for skipping | Angelos D. Keromytis | |
nodes at the beginning of the trace. | |||
2000-04-20 | Add a "minimum ttl" option (starting point). Useful for skipping over | Angelos D. Keromytis | |
local-ISP routers that don't generate ICMP time exceeded. | |||
2000-04-20 | bump because of p{read,write}{,v} | Theo de Raadt | |
2000-04-20 | sync | Theo de Raadt | |
2000-04-20 | p{read,write}{,v} man pages | Theo de Raadt | |
2000-04-20 | prototyping for p{read,write}{,v} | Theo de Raadt | |
2000-04-20 | sync | Theo de Raadt | |
2000-04-20 | system call hookup for p{read,write}{,v} | Theo de Raadt | |
2000-04-20 | p{read,write}{,v} from csapuntz, partial NetBSD origin I think | Theo de Raadt | |
2000-04-20 | avoid naming something pwrite() | Theo de Raadt | |
2000-04-20 | - Formatting repairs and standardizations. | Aaron Campbell | |
- s/MESSAGES/DIAGNOSTICS/, and put message descriptions in a nice list. - Talk more about how using malloc() in signal handlers is bad. | |||
2000-04-20 | Flesh out all of the stdio man pages. | Aaron Campbell | |
2000-04-19 | Remove NetBSD ifdefs here too. | Federico G. Schwindt | |
2000-04-19 | Remove NetBSD ifdefs. | Federico G. Schwindt | |
2000-04-19 | * use different numbers of transmit buffers depending on the memory | Federico G. Schwindt | |
size (not working yet), useful for 100mbit cards. * add some diagnostic messages * compute the xmit buffer length w/o taking crc length in count * when SIOCSIFFLAGS is issued and none of the above conditions match, check for IFF_UP rather than sc_enabled. | |||
2000-04-19 | Change the second sentence a bit so it doesn't seem like you're reading the | Aaron Campbell | |
same thing twice; noticed by angelos@, but no beer for him yet. :-) | |||
2000-04-19 | cvs missed removing these before | Todd C. Miller | |
2000-04-19 | Remove roundrobin_attempts. | Artur Grabowski | |
2000-04-19 | Err, oops. I know I needed to check the spelling before I committed this. | Marc Espie | |
Sorry Camiel. | |||
2000-04-19 | Unbreak genio (how could I commit that garbage?). | Artur Grabowski | |
Let ktrwrite return an error if the write failed so that we won't loop in genio writing to a full disk (or whatever other error happened). | |||
2000-04-19 | When logging genio, check if we need to yield in the same way as in uiomove. | Artur Grabowski | |
2000-04-19 | Remove the roundrobin_attempts hack and replace it with per-process scheduling | Artur Grabowski | |
flags (much nicer for future smp work). Add two generic functions yield() and preempt(). Use preepmt() in uio when we are told to yield. Based on my idea, code written by Jason Thorpe from NetBSD. | |||
2000-04-19 | use "Op Ar count". | Jun-ichiro itojun Hagino | |
2000-04-19 | add bugs section. reference updates. | Jun-ichiro itojun Hagino | |
2000-04-19 | remove bogus chan_read_failed. this could cause data | Markus Friedl | |
corruption (missing data) at end of a SSH2 session. |