summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-08-23Remove duplicate getuid(), suggested by & ok markus@Darren Tucker
2004-08-23fix free page commit handlingPer Fogelstrom
2004-08-23Use permanently_set_uid() in ssh and ssh-keysign for consistency, matchesDarren Tucker
change in Portable; ok markus@
2004-08-23cleanPer Fogelstrom
2004-08-23differentiate 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-23default is big endianPer Fogelstrom
2004-08-23new disklabel for sgiPer Fogelstrom
2004-08-23disk boot and tools for sgiPer Fogelstrom
2004-08-23We need to set sa->initiator before checking if the newly created SAHakan 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-23typo, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markusDamien Miller
2004-08-23fix error path, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markusDamien Miller
2004-08-23Default enable DPD (Dead Peer Detection) support. hshoexer@ okHakan Olsson
2004-08-23Indent nit.Hakan Olsson
2004-08-23Shared library support for hppa.Mark Kettenis
ok mickey@
2004-08-23GDB 6.3 (excluding .info files)Mark Kettenis
2004-08-23name output different, in case this is usedTheo de Raadt
2004-08-23syncTheo de Raadt
2004-08-23non-emulation boot media, if we ever need itTheo de Raadt
2004-08-23syncTheo de Raadt
2004-08-23make sure we do not overwrite checksum field on shared mbuf.Jun-ichiro itojun Hagino
markus, henning, deraadt, mcbride ok
2004-08-22mention where more can be learned about ifgroupsJared Yanovich
prodded by jmc, idea from Michael Knudsen
2004-08-22typo; Axel AnderssonTodd C. Miller
2004-08-22mention strtonum(3)Jared Yanovich
ok millert jmc pedro
2004-08-22Crank maxusers to 32; 16 is not enough to workaround the 68040-pmap problemMiod Vallat
on some machines, and I probably won't have time to fix it properly for this release.
2004-08-22Do check for STATS_OFLOW in interrupt handler. The overflow interrupt isCan 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-21tweaks to sync w/ trek usd;Jason McIntyre
2004-08-21- add margin when formatting w/ -TasciiJason McIntyre
- various tweaks and syncs w/ trek(6)
2004-08-21fix typo introduced by last commit, spotted by jmcJared Yanovich
2004-08-21describe interface groupsJared Yanovich
idea and ok jmc
2004-08-21Fix typo in commentTom Cosgrove
2004-08-21Hook cdbr and cdboot into the build.Tom Cosgrove
2004-08-21Enter cdboot, a CD-specific second-stage bootrap. Based on the i386Tom Cosgrove
cdboot that Toby and I put together at the hackathon. "go for it" deraadt@
2004-08-21Enter cdbr, an El Torito no-emulation CD boot sector that fitsTom 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-21Be more paranoid about the SPC_DOINGDMA and SPC_HAVEDMA flag usage.Miod Vallat
2004-08-21Check 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-21Be sure to reset the master hconf register when resetting the scsi chip.Miod Vallat
Tested by millert@ and I.
2004-08-21Missing DELAY.Miod Vallat
2004-08-21Xr resolv.conf(5); ok deraadtPeter Valchev
2004-08-21no need anymore to require isamkpd.policy for isakmpd startupHans-Joerg Hoexer
ok ho@ henning@
2004-08-21in 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-21correct bounds checks. found at/by Coverity.Ted Unangst
ok deraadt@
2004-08-21too much punctuation;Jason McIntyre
2004-08-20correct 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-20indent 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-20check for the tid arg; from netbsdMichael Shalayeff
2004-08-20take out the -beta nowTheo de Raadt
2004-08-20Don'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-20This is VERY MUCH work in progress. However it is a first cut of notesPer Fogelstrom
for the SGI install, hopefully being partly helpful to get started.