summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-17Add explicit flags to mem0.Miod Vallat
2004-03-17Tweak the viper control register:Miod Vallat
- do not enable EISA bus grant until we really attach eisa devices; - on some machines, booting from disk would hang in either "mem0" or "cpu0" probe. Tinkering eventually pointed out that setting a non-zero non-rachitic value for the viper's bus error timeout would help. Right now, this kluge will only be enabled by default on a known list of affected machines (which may grow over time...), and device attachment flags allow users to try the other behaviour if necessary. Discussed and crafted with mickey@, "it's gross" deraadt@
2004-03-17No installboot(8) on hppa, but on the other hand boot_hppa(8) has been addedMiod Vallat
since this page was written; pointed out by Otto.
2004-03-16Remove not working things and some sorting.Alexander Yurchenko
2004-03-16add -M and -N to options list;Jason McIntyre
sort options; sync usage();
2004-03-16add fstat(1) reference to SEE ALSO;Jason McIntyre
suggested by Drew Einhorn;
2004-03-16Do not signal mountd when just showing mounts. Fixes PR 3695, althoughOtto Moerbeek
mountd may still act on out of date mount info. ok cedric@ millert@ deraadt@
2004-03-16fix dud example; from leopold-bloom at foni dot net;Jason McIntyre
ok deraadt@
2004-03-16tcp md5sig requires that local-address is specified as well for now, soHenning Brauer
enforce it.
2004-03-16Document correct limit to path names lengths. Resolves PR 3716.Otto Moerbeek
ok jmc@ tedu@
2004-03-16reality sync. started by Sven Dehmlow. ok jmc@Ted Unangst
2004-03-16Better texts around the fdisk step; tested about as much as the pegasosMiod Vallat
firmware changes; ok krw@ deraadt@
2004-03-16delay creating the control socket until after forking, but before chrootHenning Brauer
(lives in /var/run, i. e. outside chroot) and privdrop. claudio ok
2004-03-16- fix BKTR_OVERRIDE_TUNERJason McIntyre
- add missing .El ok mickey@
2004-03-16new sentence, new line;Jason McIntyre
2004-03-16sort options and escape a minus sign;Jason McIntyre
2004-03-16typos from Andrey Matveev;Jason McIntyre
2004-03-16errno should only be gotten from <errno.h>. ok help jmc@Ted Unangst
2004-03-16mention /dev/tty as controlling terminal in FILES. ok jmc@ millert@Ted Unangst
2004-03-16typos and consistency fixes;Jason McIntyre
ok miod@
2004-03-16Mention Slovenian keymap.Miod Vallat
2004-03-16Regen.Miod Vallat
2004-03-16Slovenian keymap, contributed by Jernej Kovacic (jkovacic, email dot si).Miod Vallat
2004-03-16re-add fbsd id so i can track this thingTed Unangst
2004-03-16unlock on error paths, from Patrick LatifiTed Unangst
2004-03-16actually use the cache instead of throwing away memory. doh!Ted Unangst
from Rodney Ruddock ok deraadt@
2004-03-16save 2 bytes due to tabsTheo de Raadt
2004-03-16errno is not specified to be int, but something from errno.h. ok millert@Ted Unangst
2004-03-16POSIX specifies that in directory mode device special files andTodd C. Miller
FIFOs shall be skipped. Other types of files may be skipped too (this is implementation-dependent). In directory mode, just skip anything that is not a regular file or directory. OK tedu@
2004-03-15And two promise pciide, from chris@Alexander Yurchenko
2004-03-15CMD PCI0680 pciide works on sparc64, reported by AleksanderAlexander Yurchenko
Piotrowski <aleksander.piotrowski@nic.com.pl>.
2004-03-15DVD-RW reported to work and sparc64 notes doesn't even mention CD-ROMAlexander Yurchenko
devices. ok miod@
2004-03-15more "if (foo);" ok millert@Damien Miller
2004-03-15Mention that software WEP is only supported for HostAP and BSS modes.Todd C. Miller
Add caveat about power saving. Intel PRO/Wireless 2100 (Centrino) clients with power saving experience about 75% packet loss. Other chipsets may have similar issues.
2004-03-15Sync with pciide.4Alexander Yurchenko
ok miod@
2004-03-15Add -B option, with maxblack limit to limit the number of blacklistBob Beck
connections to something less than maxcon when greylisting. This ensures you don't completely run out of connections tarpitting spammers, and not allow real mail through. ok dhartmei@ millert@
2004-03-15Changes to wihap_auth_req():Todd C. Miller
If the station sends a bogus challenge when authorizing, send back a response to that effect instead of just returning. Simplify sequence number handling--there's no need to update the sequence value by hand since we just need to increment it for the response packet.
2004-03-15Make software WEP work in BSS (station) mode. Based on patches fromTodd C. Miller
Jamison M. Adcock. Software WEP is still unsupported in ad-hoc or IBSS mode at the present time.
2004-03-15Oh how could I forget this funky ITE IT8212FAlexander Yurchenko
2004-03-15Sync with the driver code, more chips, merge SATA ones, betterAlexander Yurchenko
wording about UDMA modes. Help'n'ok jmc@
2004-03-15Mention SATA drives.Alexander Yurchenko
Help'n'ok jmc@
2004-03-15if (foo); ok aaron@Damien Miller
2004-03-15call daemon(3) early; from tholo@; ok mcbride@Markus Friedl
2004-03-15typo; from robert nagyMichael Shalayeff
2004-03-15clarify options; some from robert nagyMichael Shalayeff
2004-03-15Properly check succes of chroot().Hans-Joerg Hoexer
ok ho@
2004-03-15Remove unused code.Hans-Joerg Hoexer
ok ho@
2004-03-15fix if(); error, also add missing error checks and close_pipe calls.Dale Rahn
found and ok aaron@
2004-03-15use switch instead of if { } else if { } else { }Henning Brauer
2004-03-15add a default: case to the switch (sensor type) in the config file parserHenning Brauer
that just errs out if someone tries to configure limits for a sensor type we do not support, deraadt ok