summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-09-04a better cpu identification; testing by miodMichael Shalayeff
2003-09-04remove an unneccessary (and incorrectly sized) bzeroAnil Madhavapeddy
fix suggested by tedu@, ok deraadt@, fgsch@
2003-09-04bzero the full malloced space, not the sizeof the pointerAnil Madhavapeddy
ok tedu fgsch deraadt
2003-09-04correct sizeof for bzero/bcopyAnil Madhavapeddy
ok tedu krw fgsch deraadt
2003-09-04millert's sup fix, tested here on client and server.Bob Beck
committing in absentia for todd, ok beck@
2003-09-04typo; aldo@nullcube.comTheo de Raadt
2003-09-04syncTed Unangst
2003-09-04dummy xattr syscalls. ok deraadt@Ted Unangst
2003-09-04forgot to put w in optstring in last commit.Ted Unangst
2003-09-03m68k at least doesn't like random mappings. disable for now.Ted Unangst
i386 exec mappings are still random. detected by pvalchev@. ok deraadt@
2003-09-03match a bunch more bge devices. May not work completely, but they're noJason Wright
more broken than before; ok deraadt.
2003-09-03bunch more bcm57xx devices and correct altima devices (from netbsd); ok deraadtJason Wright
2003-09-03permit the window/receive buffer to be adjustable. default back to systemTed Unangst
default. in reponse to pr3435. ok beck deraadt dhartmei
2003-09-03some extra markup and correct synopsisAnil Madhavapeddy
jmc@ ok
2003-09-03plug mem leaks, pr3425 from patrick latifi. ok deraadt@Ted Unangst
2003-09-03I'm walking on very, very thin ice here. Still trying to get the ``special''Miod Vallat
DAE to pass; the first fix was too brutal, the second one too shy; this third one is apparently just in the middle to make everything happy so far...
2003-09-03zap context correctly, from Juergen Buchmueller <pullmoll at stop1984 dot com>Federico G. Schwindt
deraadt@ ok.
2003-09-03note bcm5823 support; ok deraadtJason Wright
2003-09-03This poor man's installation script was fun before we had bsd.rd, but weMiod Vallat
are in the 21st century now, you know.
2003-09-03support for bcm5823; based on patch from Jim Lambert, jlamber at futurex dot ↵Jason Wright
com; ok deraadt.
2003-09-03bcm 5823Jason Wright
2003-09-03- use displays and indentJason McIntyre
- use .Sq
2003-09-03Use symbolic constants for pbus fault codes.Miod Vallat
2003-09-03- new sentence, new lineJason McIntyre
- section reorder - use .Sq instead of `' - kill whitespace - typos
2003-09-03use .Bk/.Ek; remove a .Tn;Jason McIntyre
2003-09-03- remove trailing whitespaceJason McIntyre
- fix an .Ar macro with too many args
2003-09-03- sync SYNOPSIS with usage()Jason McIntyre
- use -width and -offset for lists - some macro cleanup
2003-09-03syncTheo de Raadt
2003-09-03Be more cautious in the previous fix - we don't want to skip valid data accessMiod Vallat
exceptions by mistake.
2003-09-02add missing includesDavid Krause
ok deraadt@ tedu@ dhartmei@ krw@
2003-09-02make sure to open TCP socket (in case getaddrinfo supports SCTP). sync w/kameJun-ichiro itojun Hagino
2003-09-02no need for extra {}. sync w/ kameJun-ichiro itojun Hagino
2003-09-02make sure config_list does not get garbage. from kameJun-ichiro itojun Hagino
2003-09-02use poll since it is easier than fd_set overflows; itojun okTheo de Raadt
2003-09-02Increase autonegotiation wait to 5000ms.Kenneth R Westerback
This gives autonegotiation a fair chance to complete. Copper switches can take several seconds to do autonegotiation. Fixes sk need to be poked after reboot and allows sk to use dhcp configuration. Problem and workaround reported by Laurence Tratt. Also minor cleanup: 1) Remove duplicate function prototypes/ 2) Remove unneeded '#include <malloc.c>'. From FreeBSD. 3) Remove some static's. ok deraadt@ nate@ henning@ henric@. Also tested by Laurence Tratt and Damien Couderc.
2003-09-02switch to dynamic fd_set and poll. patch entirely from millert@.Daniel Hartmeier
ok deraadt@, dhartmei@
2003-09-02oops forgot other -betaTheo de Raadt
2003-09-02Xref boot_mvme88kMiod Vallat
2003-09-02More mvme88k manual pages, shamelessly cloned from mvme68kMiod Vallat
2003-09-02Fix a few inaccuracies.Miod Vallat
2003-09-02- drop number of openings by 4 to avoid "not queued" errors.Federico G. Schwindt
- check return from aac_start() and return correctly in case we need to reschedule the watchdog. convervative fix from niklas@, prompted by several ppl. krw and deraadt ok.
2003-09-02tweaks, plus INTRODUCTION -> DESCRIPTION from Jonathan Gray;Jason McIntyre
ok mickey@
2003-09-02syncTheo de Raadt
2003-09-02User mode page faults for page zero require special treatment to preventMiod Vallat
a recursive DAE. Scientists say this is proof that there's a ``strange attractor'' in the m88k processors. What is certain, though, is that the processors' documentation contains black holes.
2003-09-02indent audio comment properlyDavid Krause
ok deraadt@
2003-09-02add set fingerprints exampleDavid Krause
ok deraadt@ henning@ frantzen@
2003-09-02start exiting -betaTheo de Raadt
2003-09-02There is a weird problems related to interrupts - we need to enable them tooMiod Vallat
early for the console to be reliable, so revert to the bug console for boot -a.
2003-09-02mdoc(7): add `?' and `!' to punctuation characters;Jason McIntyre
mdoc.samples(7): remove BUG concerning blank lines; ok deraadt@
2003-09-02various fixes:Jason McIntyre
doc: make sure that double spaces follow {!,?,.}, even when used in macros; fix partially from NetBSD; doc-common: add `?' and `!' as punctuation characters. This means they must now be escaped (just like `.') using `\&'; doc-ditroff: add `?' and `!' to the .Pu macro; sync order with doc-nroff; doc-nroff: add `?' and `!' to the .Pu macro; remove a bogus blank line; ok deraadt@