summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-07-10ncurses 5.1Todd C. Miller
2000-07-09Disable ttyE0 until powerpc is updated to the latest wscons.Dale S. Rahn
2000-07-09Many formatting fixes.Aaron Campbell
2000-07-09revert previous change: link instbin w/ scrt0, saves a couple of k'sMarco S Hyman
Bad Mickey... you broke the boot floppies. Thanks to art@ for suggesting this might be the problem
2000-07-09When a null password has been entered, default to ``no'' instead of ``yes''Aaron Campbell
for the confirmation.
2000-07-09use "%s" in setproctitle. (from theo)Hans Insulander
2000-07-09Explains how package information is generated.Marc Espie
Not satisfying yet, I need to take FLAVORS and MULTI_PACKAGES information out of the way, so that not everything is jumbled together.
2000-07-09add description for net.inet6.icmp6.{errppslimit,nd6_maxnudhint}Jun-ichiro itojun Hagino
2000-07-09be more cautious about tcp option length field. drop bogus ones earlier.Jun-ichiro itojun Hagino
not sure if there is a real threat or not, but it seems that there's possibility for overrun/underrun (like non-NOP option with optlen > cnt).
2000-07-09reject empty scopeid/numeric portname. sync with kame.Jun-ichiro itojun Hagino
2000-07-09syncTheo de Raadt
2000-07-09Better conditions for strsep() ending.Hakan Olsson
2000-07-09KNFTheo de Raadt
2000-07-08replace strtok with strsep; from David Young <dyoung@onthejob.net>Niels Provos
2000-07-08oops, revert to correct versionMarco S Hyman
2000-07-08#audio -> #audio*Marco S Hyman
2000-07-08Fix CVS id fields.Dale S. Rahn
2000-07-08Add id and header describing contents.Dale S. Rahn
2000-07-08This file should not have been removed, this revision should be the same asDale S. Rahn
version 1.12
2000-07-08More useful panic message. Improves debugging slightly.Dale S. Rahn
2000-07-08Process memory ranges found in the openfirmware device tree by amountDale S. Rahn
retrieved, do not walk the (uninitialized?) stack until a value is found.
2000-07-08Add a -flags option similar to -perm but for filke flags (alaTodd C. Miller
chflags). Adapted from FreeBSD.
2000-07-08Move option flags that don't require arguments to the first of the list inAaron Campbell
the SYNOPSIS section to be more consistent with our other man pages.
2000-07-08handle IPv6 address in first element.Jun-ichiro itojun Hagino
permit square bracket notation in first element of inetd.conf, like RFC2732. otherwise colon is slightly ambiguous. sync with kame. [::1]:ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -US -h
2000-07-07document timezone command, as in boot_config(8)Theo de Raadt
2000-07-07tip not needed on boot floppiesMarco S Hyman
2000-07-07avoid non-formatter printf, use fputsTheo de Raadt
2000-07-07or just use puts() insteadTheo de Raadt
2000-07-07heck, be more careful with printf here tooTheo de Raadt
2000-07-07use %s with fprintfTheo de Raadt
2000-07-07use %s with fprintfTheo de Raadt
2000-07-07use %s with fprintfTheo de Raadt
2000-07-07fixed formatting in numlabels; danhTheo de Raadt
2000-07-07Support Intel 440MX Ultra/33 controller found on various laptopsChris Cappuccio
2000-07-07Pick up change that went into NetBSD side- I pooched the timeoutmjacob
calculation. Now it's better.
2000-07-07pass CFLAGS to build process, so that optimization happens; ↵Theo de Raadt
js3guj@gold.ocn.ne.jp
2000-07-07From NetBSD:Chris Cappuccio
Match Promise Ultra/100 controller (Ultra/100 drives will be used as Ultra/66 fow now) Work-around for a bug in revision D2 AMD controllers (They do not work correctly with Multiword-DMA mode, workaround is to disable MW DMA, but this bug does not affect all drives so there is an option PCIIDE_AMD756_ENABLEDMA to stop this behavior. You know you have this bug when your system hangs completely with this option.)
2000-07-07PPTheo de Raadt
2000-07-07Ditch sync; sync; reboot, recommend shutdown -r.Marc Espie
Small grammmatical tweaks.
2000-07-07regenBrad Smith
2000-07-07add a lot more unimplemented syscall name placeholders, from NetBSD.Brad Smith
2000-07-07Note that EPERM is returned if the named file to be unlinked has its immutableAaron Campbell
or append-only flag set (see chflags(2)).
2000-07-07syncChris Cappuccio
2000-07-07Promise Ultra100/ATA IDEChris Cappuccio
2000-07-07spellingMarco S Hyman
2000-07-07First cut at 'how to make a release' doc. Please read, comment, andMarco S Hyman
either fix or send corrections
2000-07-07Use b_cylinder instead of a homebrew define.Artur Grabowski
2000-07-07The rfork sharing of vmspace is .. special and was broken with UVM.Artur Grabowski
Add a new flag to fork1 - FORK_VMNOSTACK that shares all of the vmspace except the stack and use it for rfork.
2000-07-07Make hzto return 0 for timeouts that should happen now or in the past.Artur Grabowski
2000-07-07If the timeout is not set, don't send a zeroed timeout to select.Artur Grabowski
This solves the problem with nc hogging all cpu.