Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-10 | ncurses 5.1 | Todd C. Miller | |
2000-07-09 | Disable ttyE0 until powerpc is updated to the latest wscons. | Dale S. Rahn | |
2000-07-09 | Many formatting fixes. | Aaron Campbell | |
2000-07-09 | revert previous change: link instbin w/ scrt0, saves a couple of k's | Marco S Hyman | |
Bad Mickey... you broke the boot floppies. Thanks to art@ for suggesting this might be the problem | |||
2000-07-09 | When a null password has been entered, default to ``no'' instead of ``yes'' | Aaron Campbell | |
for the confirmation. | |||
2000-07-09 | use "%s" in setproctitle. (from theo) | Hans Insulander | |
2000-07-09 | Explains 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-09 | add description for net.inet6.icmp6.{errppslimit,nd6_maxnudhint} | Jun-ichiro itojun Hagino | |
2000-07-09 | be 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-09 | reject empty scopeid/numeric portname. sync with kame. | Jun-ichiro itojun Hagino | |
2000-07-09 | sync | Theo de Raadt | |
2000-07-09 | Better conditions for strsep() ending. | Hakan Olsson | |
2000-07-09 | KNF | Theo de Raadt | |
2000-07-08 | replace strtok with strsep; from David Young <dyoung@onthejob.net> | Niels Provos | |
2000-07-08 | oops, revert to correct version | Marco S Hyman | |
2000-07-08 | #audio -> #audio* | Marco S Hyman | |
2000-07-08 | Fix CVS id fields. | Dale S. Rahn | |
2000-07-08 | Add id and header describing contents. | Dale S. Rahn | |
2000-07-08 | This file should not have been removed, this revision should be the same as | Dale S. Rahn | |
version 1.12 | |||
2000-07-08 | More useful panic message. Improves debugging slightly. | Dale S. Rahn | |
2000-07-08 | Process memory ranges found in the openfirmware device tree by amount | Dale S. Rahn | |
retrieved, do not walk the (uninitialized?) stack until a value is found. | |||
2000-07-08 | Add a -flags option similar to -perm but for filke flags (ala | Todd C. Miller | |
chflags). Adapted from FreeBSD. | |||
2000-07-08 | Move option flags that don't require arguments to the first of the list in | Aaron Campbell | |
the SYNOPSIS section to be more consistent with our other man pages. | |||
2000-07-08 | handle 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-07 | document timezone command, as in boot_config(8) | Theo de Raadt | |
2000-07-07 | tip not needed on boot floppies | Marco S Hyman | |
2000-07-07 | avoid non-formatter printf, use fputs | Theo de Raadt | |
2000-07-07 | or just use puts() instead | Theo de Raadt | |
2000-07-07 | heck, be more careful with printf here too | Theo de Raadt | |
2000-07-07 | use %s with fprintf | Theo de Raadt | |
2000-07-07 | use %s with fprintf | Theo de Raadt | |
2000-07-07 | use %s with fprintf | Theo de Raadt | |
2000-07-07 | fixed formatting in numlabels; danh | Theo de Raadt | |
2000-07-07 | Support Intel 440MX Ultra/33 controller found on various laptops | Chris Cappuccio | |
2000-07-07 | Pick up change that went into NetBSD side- I pooched the timeout | mjacob | |
calculation. Now it's better. | |||
2000-07-07 | pass CFLAGS to build process, so that optimization happens; ↵ | Theo de Raadt | |
js3guj@gold.ocn.ne.jp | |||
2000-07-07 | From 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-07 | PP | Theo de Raadt | |
2000-07-07 | Ditch sync; sync; reboot, recommend shutdown -r. | Marc Espie | |
Small grammmatical tweaks. | |||
2000-07-07 | regen | Brad Smith | |
2000-07-07 | add a lot more unimplemented syscall name placeholders, from NetBSD. | Brad Smith | |
2000-07-07 | Note that EPERM is returned if the named file to be unlinked has its immutable | Aaron Campbell | |
or append-only flag set (see chflags(2)). | |||
2000-07-07 | sync | Chris Cappuccio | |
2000-07-07 | Promise Ultra100/ATA IDE | Chris Cappuccio | |
2000-07-07 | spelling | Marco S Hyman | |
2000-07-07 | First cut at 'how to make a release' doc. Please read, comment, and | Marco S Hyman | |
either fix or send corrections | |||
2000-07-07 | Use b_cylinder instead of a homebrew define. | Artur Grabowski | |
2000-07-07 | The 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-07 | Make hzto return 0 for timeouts that should happen now or in the past. | Artur Grabowski | |
2000-07-07 | If the timeout is not set, don't send a zeroed timeout to select. | Artur Grabowski | |
This solves the problem with nc hogging all cpu. |