Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-23 | Remove duplicate getuid(), suggested by & ok markus@ | Darren Tucker | |
2004-08-23 | fix free page commit handling | Per Fogelstrom | |
2004-08-23 | Use permanently_set_uid() in ssh and ssh-keysign for consistency, matches | Darren Tucker | |
change in Portable; ok markus@ | |||
2004-08-23 | clean | Per Fogelstrom | |
2004-08-23 | differentiate between cbq and hfsc; | Jason McIntyre | |
problem found by marc@; this diff based on a patch from sven at sandcat dot nl; ok henning@; | |||
2004-08-23 | default is big endian | Per Fogelstrom | |
2004-08-23 | new disklabel for sgi | Per Fogelstrom | |
2004-08-23 | disk boot and tools for sgi | Per Fogelstrom | |
2004-08-23 | We need to set sa->initiator before checking if the newly created SA | Hakan Olsson | |
replaces an old one, or the id_i/id_r check will mismatch. Previous behaviour was mostly harmless, but wasted some resources (until normal SA expiration). hshoexer@ "haven't tried, but think it's ok" | |||
2004-08-23 | typo, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markus | Damien Miller | |
2004-08-23 | fix error path, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markus | Damien Miller | |
2004-08-23 | Default enable DPD (Dead Peer Detection) support. hshoexer@ ok | Hakan Olsson | |
2004-08-23 | Indent nit. | Hakan Olsson | |
2004-08-23 | Shared library support for hppa. | Mark Kettenis | |
ok mickey@ | |||
2004-08-23 | GDB 6.3 (excluding .info files) | Mark Kettenis | |
2004-08-23 | name output different, in case this is used | Theo de Raadt | |
2004-08-23 | sync | Theo de Raadt | |
2004-08-23 | non-emulation boot media, if we ever need it | Theo de Raadt | |
2004-08-23 | sync | Theo de Raadt | |
2004-08-23 | make sure we do not overwrite checksum field on shared mbuf. | Jun-ichiro itojun Hagino | |
markus, henning, deraadt, mcbride ok | |||
2004-08-22 | mention where more can be learned about ifgroups | Jared Yanovich | |
prodded by jmc, idea from Michael Knudsen | |||
2004-08-22 | typo; Axel Andersson | Todd C. Miller | |
2004-08-22 | mention strtonum(3) | Jared Yanovich | |
ok millert jmc pedro | |||
2004-08-22 | Crank maxusers to 32; 16 is not enough to workaround the 68040-pmap problem | Miod Vallat | |
on some machines, and I probably won't have time to fix it properly for this release. | |||
2004-08-22 | Do check for STATS_OFLOW in interrupt handler. The overflow interrupt is | Can Erkin Acar | |
already disabled and the status update function fails to clear the overflow, causing high interrupt load. Reported and tested by Arvid Grøtting. ok deraadt@ | |||
2004-08-21 | tweaks to sync w/ trek usd; | Jason McIntyre | |
2004-08-21 | - add margin when formatting w/ -Tascii | Jason McIntyre | |
- various tweaks and syncs w/ trek(6) | |||
2004-08-21 | fix typo introduced by last commit, spotted by jmc | Jared Yanovich | |
2004-08-21 | describe interface groups | Jared Yanovich | |
idea and ok jmc | |||
2004-08-21 | Fix typo in comment | Tom Cosgrove | |
2004-08-21 | Hook cdbr and cdboot into the build. | Tom Cosgrove | |
2004-08-21 | Enter cdboot, a CD-specific second-stage bootrap. Based on the i386 | Tom Cosgrove | |
cdboot that Toby and I put together at the hackathon. "go for it" deraadt@ | |||
2004-08-21 | Enter cdbr, an El Torito no-emulation CD boot sector that fits | Tom Cosgrove | |
comfortably in a single CD sector of 2,048. Based on the OpenBSD/i386 code that Toby and I put together at the hackathon, which was in turn based on the FreeBSD equivalent by John Baldwin, jhb (at) FreeBSD (dot) org. "go for it" deraadt@ | |||
2004-08-21 | Be more paranoid about the SPC_DOINGDMA and SPC_HAVEDMA flag usage. | Miod Vallat | |
2004-08-21 | Check for disabled parity in the master chip hconf register upon attach, | Miod Vallat | |
and do not enable parity in the scsi chip in this case. From the old scsi code. Tested by millert@ and I, though none of us has non-parity capable 98658. | |||
2004-08-21 | Be sure to reset the master hconf register when resetting the scsi chip. | Miod Vallat | |
Tested by millert@ and I. | |||
2004-08-21 | Missing DELAY. | Miod Vallat | |
2004-08-21 | Xr resolv.conf(5); ok deraadt | Peter Valchev | |
2004-08-21 | no need anymore to require isamkpd.policy for isakmpd startup | Hans-Joerg Hoexer | |
ok ho@ henning@ | |||
2004-08-21 | in case of failure use the same logic for unmapping as it was used for ↵ | Michael Shalayeff | |
mapping; found and testing by Jack Culpepper <jack@cloudconnector.com>; deraadt@ ok | |||
2004-08-21 | correct bounds checks. found at/by Coverity. | Ted Unangst | |
ok deraadt@ | |||
2004-08-21 | too much punctuation; | Jason McIntyre | |
2004-08-20 | correct name for usd, and sync somewhat w/ intro.8; | Jason McIntyre | |
2004-08-20 | - point people to smm docs (as per intro(1)) | Jason McIntyre | |
- use .Xr XXX 8 instead of .Ql XXX | |||
2004-08-20 | indent a display; | Jason McIntyre | |
2004-08-20 | - improve SYNOPSIS (mark down punctuation) | Jason McIntyre | |
- put `-i' description in correct place - -m takes an argument - use `$' for command line examples - document strfile(8), and note it is not installed by default - improve FILES and SEE ALSO - a few other tweaks | |||
2004-08-20 | check for the tid arg; from netbsd | Michael Shalayeff | |
2004-08-20 | take out the -beta now | Theo de Raadt | |
2004-08-20 | Don't need to check lbuf != NULL when free()ing it. In addition, | Todd C. Miller | |
since the EOF w/o EOL can only happen for the last line, move the free() outside the loop so we only do it once. OK otto@ | |||
2004-08-20 | This is VERY MUCH work in progress. However it is a first cut of notes | Per Fogelstrom | |
for the SGI install, hopefully being partly helpful to get started. |