summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-04-20Fix function prototype so it compiles again.Aaron Campbell
2000-04-20syncTheo de Raadt
2000-04-20Document /etc/resolv.conf.tailAngelos D. Keromytis
2000-04-20Change -b to -f, similar to Solaris.Angelos D. Keromytis
2000-04-20Change the flag to -f, similar to Solaris.Angelos D. Keromytis
2000-04-20If recover dir is not owned by root, chown it. If the mode is notTodd C. Miller
01777, fix that too. This is safe because the script is run before user processes start.
2000-04-20Fix 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-20Flesh out stdlib function man pages.Aaron Campbell
2000-04-20Don't include machine/pmap.h, vm/pmap.h does that for us.Artur Grabowski
2000-04-20use scoped address notation (fe80::1%de0) for IPv6 linklocal unicast/multicast.Jun-ichiro itojun Hagino
2000-04-20Add a function "ktrsettracevnode", that changes the ktrace vnode for a processArtur 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-20Add /etc/resolv.conf.tailAngelos D. Keromytis
2000-04-20If /etc/resolv.conf.tail exists, append to newly-constructedAngelos D. Keromytis
/etc/resolv.conf
2000-04-20Yet more typos...I should quit while I'm ahead.Angelos D. Keromytis
2000-04-20Also forgot to update usage()Angelos D. Keromytis
2000-04-20Forgot trailing newline in message.Angelos D. Keromytis
2000-04-20Same as the traceroute commit just now; add an option for skippingAngelos D. Keromytis
nodes at the beginning of the trace.
2000-04-20Add a "minimum ttl" option (starting point). Useful for skipping overAngelos D. Keromytis
local-ISP routers that don't generate ICMP time exceeded.
2000-04-20bump because of p{read,write}{,v}Theo de Raadt
2000-04-20syncTheo de Raadt
2000-04-20p{read,write}{,v} man pagesTheo de Raadt
2000-04-20prototyping for p{read,write}{,v}Theo de Raadt
2000-04-20syncTheo de Raadt
2000-04-20system call hookup for p{read,write}{,v}Theo de Raadt
2000-04-20p{read,write}{,v} from csapuntz, partial NetBSD origin I thinkTheo de Raadt
2000-04-20avoid 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-20Flesh out all of the stdio man pages.Aaron Campbell
2000-04-19Remove NetBSD ifdefs here too.Federico G. Schwindt
2000-04-19Remove NetBSD ifdefs.Federico G. Schwindt
2000-04-19* use different numbers of transmit buffers depending on the memoryFederico 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-19Change the second sentence a bit so it doesn't seem like you're reading theAaron Campbell
same thing twice; noticed by angelos@, but no beer for him yet. :-)
2000-04-19cvs missed removing these beforeTodd C. Miller
2000-04-19Remove roundrobin_attempts.Artur Grabowski
2000-04-19Err, oops. I know I needed to check the spelling before I committed this.Marc Espie
Sorry Camiel.
2000-04-19Unbreak 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-19When logging genio, check if we need to yield in the same way as in uiomove.Artur Grabowski
2000-04-19Remove the roundrobin_attempts hack and replace it with per-process schedulingArtur 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-19use "Op Ar count".Jun-ichiro itojun Hagino
2000-04-19add bugs section. reference updates.Jun-ichiro itojun Hagino
2000-04-19remove bogus chan_read_failed. this could cause dataMarkus Friedl
corruption (missing data) at end of a SSH2 session.
2000-04-19new products; rearrange.Federico G. Schwindt
2000-04-19syncFederico G. Schwindt
2000-04-19New products from NetBSD; remove duplicated entry.Federico G. Schwindt
2000-04-19Don't abuse malloc to allocate small fixed-size structs that we can keep on ↵Artur Grabowski
the stack.
2000-04-19Change struct file interface methods read and write to pass file offset inConstantine Sapuntzakis
and out. Make pread/pwrite in netbsd & linux thread safe - which is the whole point anyway.
2000-04-19indent.Federico G. Schwindt
2000-04-19add boundary check for nd_ifinfo[]. (sync with kame)Jun-ichiro itojun Hagino
2000-04-19Fix a bug introduced after cardbus commit where uart16550a wasFederico G. Schwindt
being detected as uart16450 as side effect. This also corrects the posibility of misdetection of vadem controllers.
2000-04-19pid_tTheo de Raadt