summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-18syncTheo de Raadt
2002-02-18Don't include isavar.h on sparc64Jason Wright
2002-02-18Search the correct ACQUIRE list --- shifflett@nps.navy.milAngelos D. Keromytis
2002-02-18shorten usageTheo de Raadt
2002-02-18Don't do unnecessary normalization. ok art@Thomas Nordin
2002-02-18Add trm (Tekram TRM-S1040 based SCSI cards, DC-3x5U) driverKenneth R Westerback
2002-02-18Add trm - driver for Tekram TRM-S1040 cards (DC395U/UW/F,DC315/U).Kenneth R Westerback
Thanks to Tekram for donating a couple of cards and a NetBSD driver by Erich Chen of Tekram. Thanks to Martin Akesson for a first port of the NetBSD driver to OpenBSD and thanks to Ashley Martens for the major cleanup to make it presentable and style(9)ish. Only tested on i386 at this time.
2002-02-18Add barebones entry for the terminal type used by the window program.Todd C. Miller
In practive window will set $TERMCAP with a more capable entry based on the actual terminal it is running on. This entry is useful when running setuid/setgid commands where $TERMCAP is not consulted.
2002-02-18Don't chmod 0755 the directory we just mkdtemp()'d. mkdtemp() usesTodd C. Miller
mode 0700 which is better. From Yozo TODA based on a FreeBSD advisory.
2002-02-18Mention that dhclient may need to be killed before re-running /etc/netstart.Todd C. Miller
2002-02-18Open console with O_NONBLOCK to avoid blocking on a locked console.Todd C. Miller
From David Malone
2002-02-17mention that '-' is the deprecated form of '-l'Todd C. Miller
2002-02-17Mention deprecated '-' flag (same as -s) since it is listed in theTodd C. Miller
SYNOPSIS.
2002-02-17Use LOGIN_SETLOGIN flag to setsuercontext() so the user name getsTodd C. Miller
set properly to the user commands will be run on behalf of. Bug report and different patch from Peter Philipp.
2002-02-17rfork() needs a fork.S-like stub as well; ok artTheo de Raadt
2002-02-17comment typoJason Wright
2002-02-17Call S_ISLNK with correct variable; Peter PhilippTodd C. Miller
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
The patch allows you to change the value of NMBCLUSTERS, BUFCACHEPERCENT and NKMEMPAGES using the config command, instead of recompiling the kernel. This is the userland part of the patch. I have compiled it on i386, sparc64, alpha and macppc. -moj ok art@ maja@
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
The patch allows you to change the value of NMBCLUSTERS, BUFCACHEPERCENT and NKMEMPAGES using the config command, instead of recompiling the kernel. This is the kernel part of the patch. I have compiled it on i386, sparc64, alpha and macppc. -moj ok art@ maja@
2002-02-17try agent forwarding, too.Markus Friedl
2002-02-17Calculate IP checksum and copyback modified headers before logging aDaniel Hartmeier
packet. Closes PR2402. Note that checksums were only wrong in the logged packet, packets that were passed got a valid checksum anyway.
2002-02-17raid(4) parity check simplificationThierry Deval
2002-02-17raidctl can do some actions on 'all' configured raids now :Thierry Deval
-B : CopyBack -G : Generate config -i : Initialize -p : Check parity -P : Check and re-write parity -s : Status -S : Progress status -u : Unconfigure
2002-02-17Deprecate __PTodd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-17Document that both localhost and the local hostname needs to be able toMats O Jansson
access ypserv. RPC calls can be sent to ypserv on both. In PR2403 access was allowed from localhost but not the local hostname. This caused yppush not to be able to notify ypserv about changed maps. -moj
2002-02-17new puc devices: netmos, moxa, sybaTheo de Raadt
2002-02-17permit > 8 bit offsetsTheo de Raadt
2002-02-17syncTheo de Raadt
2002-02-17new puc devicesTheo de Raadt
2002-02-17fix LP64 bug; ura@hiru.aoba.yokohama.jpTheo de Raadt
2002-02-17kill little bugs; art okTheo de Raadt
2002-02-17telnet used a P macro instead of __P -- g/c that too.Todd C. Miller
2002-02-17better message; adi@hexapodia.orgTheo de Raadt
2002-02-17A couple temporary workarounds for vax toolchain bugs.Hugh Graham
2002-02-17Get gdb (mostly) working on vax. Work by bjc@.Hugh Graham
2002-02-17Define an epilogue for vax to protect function ends from gcc'sHugh Graham
optimizer. Debugging and implementation by bjc@.
2002-02-17drivers may not be noisyTheo de Raadt
2002-02-17ICANON is a t_lflag, not t_iflag; neelnatu@yahoo.comTheo de Raadt
2002-02-17Repeat. But this time get the math right and avoid sleeping forever.Artur Grabowski
2002-02-17No reason to not enable the weak test.Artur Grabowski
2002-02-17madnessArtur Grabowski
2002-02-17Not really a test for rfork, but for the kernel fd handling.Artur Grabowski
But since it uses rfork a lot is will end up here. This is a few nasty operations in the right order that can cause serious confusion in the kernel if the file descriptor handling is not done right.
2002-02-17rfsharefdArtur Grabowski
2002-02-17use semaphore to sync threads, not sleepMarco S Hyman
2002-02-17test rfork with shared fdsArtur Grabowski
2002-02-17time_elapsed_with_signal was completly wrong, fix.Artur Grabowski
2002-02-17Don't warn when we don't have an errno, warnx.Artur Grabowski
2002-02-17Add a test for nansleep with a very short time (less than a tick).Artur Grabowski
2002-02-17make dc win on alpha tooNathan Binkert