Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-17 | tell about snapper(4); | Xavier Santolaria | |
ok miod@ & input/ok drahn@. | |||
2004-03-17 | do not init SINGL_FLD, SEP_FLAG twice; from robert nagy | Michael Shalayeff | |
2004-03-17 | Adjust the number of processes waiting on a semaphore properly if we're | Todd C. Miller | |
woken up in the middle of sleeping; cperciva@freebsd.org. OK deraadt@ | |||
2004-03-17 | consistency | Henning Brauer | |
2004-03-17 | Better backlight detection on macppc, ok miod@ krw@ (a bit ago) | Dale Rahn | |
2004-03-17 | fix problem with counter and logging spotted by danh, where logging | Bob Beck | |
would get messed up when the blacklist limit was hit. tested by danh@ and me ok cedric@ | |||
2004-03-17 | remove getpeereid() call so that those who have write access to the socket | Henning Brauer | |
(root:wheel 0640) can send queries, claudio ok | |||
2004-03-17 | out-of-bounds read in (unused) kerberos ciphersuites (CAN-2004-0112) | Markus Friedl | |
2004-03-17 | fix a spacing issue found by deraadt@ and a separate typo from miod@; | Jason McIntyre | |
ok miod@ | |||
2004-03-17 | Make 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-17 | Add missing space for sets in network statements. | Claudio Jeker | |
2004-03-17 | avoid null-pointer deref (aka CAN-2004-0079) | Markus Friedl | |
see http://www.openssl.org/news/secadv_20040317.txt | |||
2004-03-17 | typo in comment (fragment->segment); ok itojun@ | Markus Friedl | |
2004-03-17 | For consistency and to avoid a rare memory leak, the result from | Hakan Olsson | |
ike_auth_get_key() should always be released after use. Found and ok hshoexer@. | |||
2004-03-17 | typos; | Jason McIntyre | |
2004-03-17 | typos; | Jason McIntyre | |
2004-03-17 | add references to procmap(1) in SEE ALSO; | Jason McIntyre | |
suggested by tedu@ | |||
2004-03-17 | grammar, consistency fixes, and typos; | Jason McIntyre | |
ok miod@ | |||
2004-03-17 | repair old/new pdc recognition | Michael Shalayeff | |
2004-03-17 | sync | Theo de Raadt | |
2004-03-17 | more kosher meats | Michael Shalayeff | |
2004-03-17 | xr mem some more | Michael Shalayeff | |
2004-03-17 | couple fixes, bit more flesh | Theo de Raadt | |
2004-03-17 | If you are running securelevel 2, and you do not sync the clock before | Theo 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-17 | man page to describe some of new cpu toys. ok deraadt@ | Ted Unangst | |
2004-03-17 | one sysctl.h should be enough | Ted Unangst | |
2004-03-17 | Reduce openings to avoid both usual 'EIO' problems in interrupt mode | Kenneth 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-17 | Document /dev/{k,}mem as usual, as well as the mem0 attachment flags and why | Miod Vallat | |
one might want to use them; mdoc tweaks jmc, feedback from mickey as well. | |||
2004-03-17 | Add explicit flags to mem0. | Miod Vallat | |
2004-03-17 | Tweak 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-17 | No installboot(8) on hppa, but on the other hand boot_hppa(8) has been added | Miod Vallat | |
since this page was written; pointed out by Otto. | |||
2004-03-16 | Remove not working things and some sorting. | Alexander Yurchenko | |
2004-03-16 | add -M and -N to options list; | Jason McIntyre | |
sort options; sync usage(); | |||
2004-03-16 | add fstat(1) reference to SEE ALSO; | Jason McIntyre | |
suggested by Drew Einhorn; | |||
2004-03-16 | Do not signal mountd when just showing mounts. Fixes PR 3695, although | Otto Moerbeek | |
mountd may still act on out of date mount info. ok cedric@ millert@ deraadt@ | |||
2004-03-16 | fix dud example; from leopold-bloom at foni dot net; | Jason McIntyre | |
ok deraadt@ | |||
2004-03-16 | tcp md5sig requires that local-address is specified as well for now, so | Henning Brauer | |
enforce it. | |||
2004-03-16 | Document correct limit to path names lengths. Resolves PR 3716. | Otto Moerbeek | |
ok jmc@ tedu@ | |||
2004-03-16 | reality sync. started by Sven Dehmlow. ok jmc@ | Ted Unangst | |
2004-03-16 | Better texts around the fdisk step; tested about as much as the pegasos | Miod Vallat | |
firmware changes; ok krw@ deraadt@ | |||
2004-03-16 | delay creating the control socket until after forking, but before chroot | Henning Brauer | |
(lives in /var/run, i. e. outside chroot) and privdrop. claudio ok | |||
2004-03-16 | - fix BKTR_OVERRIDE_TUNER | Jason McIntyre | |
- add missing .El ok mickey@ | |||
2004-03-16 | new sentence, new line; | Jason McIntyre | |
2004-03-16 | sort options and escape a minus sign; | Jason McIntyre | |
2004-03-16 | typos from Andrey Matveev; | Jason McIntyre | |
2004-03-16 | errno should only be gotten from <errno.h>. ok help jmc@ | Ted Unangst | |
2004-03-16 | mention /dev/tty as controlling terminal in FILES. ok jmc@ millert@ | Ted Unangst | |
2004-03-16 | typos and consistency fixes; | Jason McIntyre | |
ok miod@ | |||
2004-03-16 | Mention Slovenian keymap. | Miod Vallat | |
2004-03-16 | Regen. | Miod Vallat | |