summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-17tell about snapper(4);Xavier Santolaria
ok miod@ & input/ok drahn@.
2004-03-17do not init SINGL_FLD, SEP_FLAG twice; from robert nagyMichael Shalayeff
2004-03-17Adjust the number of processes waiting on a semaphore properly if we'reTodd C. Miller
woken up in the middle of sleeping; cperciva@freebsd.org. OK deraadt@
2004-03-17consistencyHenning Brauer
2004-03-17Better backlight detection on macppc, ok miod@ krw@ (a bit ago)Dale Rahn
2004-03-17fix problem with counter and logging spotted by danh, where loggingBob Beck
would get messed up when the blacklist limit was hit. tested by danh@ and me ok cedric@
2004-03-17remove getpeereid() call so that those who have write access to the socketHenning Brauer
(root:wheel 0640) can send queries, claudio ok
2004-03-17out-of-bounds read in (unused) kerberos ciphersuites (CAN-2004-0112)Markus Friedl
2004-03-17fix a spacing issue found by deraadt@ and a separate typo from miod@;Jason McIntyre
ok miod@
2004-03-17Make sure disklabels use at least DEV_BSIZE as their sector size.Miod Vallat
This allows the kernel to survive reading the disklabel off a 256-bytes/sector scsi device... ok deraadt@
2004-03-17Add missing space for sets in network statements.Claudio Jeker
2004-03-17avoid null-pointer deref (aka CAN-2004-0079)Markus Friedl
see http://www.openssl.org/news/secadv_20040317.txt
2004-03-17typo in comment (fragment->segment); ok itojun@Markus Friedl
2004-03-17For consistency and to avoid a rare memory leak, the result fromHakan Olsson
ike_auth_get_key() should always be released after use. Found and ok hshoexer@.
2004-03-17typos;Jason McIntyre
2004-03-17typos;Jason McIntyre
2004-03-17add references to procmap(1) in SEE ALSO;Jason McIntyre
suggested by tedu@
2004-03-17grammar, consistency fixes, and typos;Jason McIntyre
ok miod@
2004-03-17repair old/new pdc recognitionMichael Shalayeff
2004-03-17syncTheo de Raadt
2004-03-17more kosher meatsMichael Shalayeff
2004-03-17xr mem some moreMichael Shalayeff
2004-03-17couple fixes, bit more fleshTheo de Raadt
2004-03-17If you are running securelevel 2, and you do not sync the clock beforeTheo de Raadt
switching to that securelevel, and the clock is off by more than 128ms, ntpd will attempt to correct by stepping the clock instead of slewing it. So use -x in that case; from tholo
2004-03-17man page to describe some of new cpu toys. ok deraadt@Ted Unangst
2004-03-17one sysctl.h should be enoughTed Unangst
2004-03-17Reduce openings to avoid both usual 'EIO' problems in interrupt modeKenneth R Westerback
and apparently some mpt specific problems. With this change installs to my U320 disk work, and work *fast*. Try to return XS_TIMEOUT for timeouts rather than XS_NOERROR. Load on-board firmware. Currently v1.01.61 seems to work well, but the latest 1.03.23 does not. With these changes Marco and Milos torture chambers now report no problems and we should be set for 3.5. Mostly from Milos Urbanek and Marco Peereboom.
2004-03-17Document /dev/{k,}mem as usual, as well as the mem0 attachment flags and whyMiod Vallat
one might want to use them; mdoc tweaks jmc, feedback from mickey as well.
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