Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-09-07 | No COMPAT_10 SYSVSHM syscalls on sparc64; ok deraadt@ | 1 | -4/+4 | ||
2003-09-07 | Fix "grep -number" support for multi-digit numbers. At issue is | 1 | -10/+10 | ||
the fact that optind refers to the *next* argument to be consumed by getopt(), not the current one. This means we have to keep track of when we are working with a new argv entry by hand. OK hugh@ | |||||
2003-09-07 | escape `.' to avoid a double space; | 1 | -2/+2 | ||
2003-09-07 | typos from Brian Poole; | 2 | -6/+6 | ||
ok deraadt@ | |||||
2003-09-07 | - add -P to SYNOPSIS | 2 | -13/+13 | ||
- remove "mutually exclusive" clause - -c produces 15 *'s, not a dozen - add -a to uage() - sync usage() with SYNOPSIS ok tedu@ | |||||
2003-09-07 | try again at -u#. ok deraadt@ | 1 | -4/+15 | ||
2003-09-07 | The PTE bit used to flag wiring is zeroed behind our back on 88110, so | 1 | -2/+3 | ||
switch to another, safe, unused bit. From the MC88110UM via deraadt@ | |||||
2003-09-07 | i386: Some more verbiage around i386 a.out -> ELF upgrades. | 2 | -6/+29 | ||
Sparc64: Mention Blade 100 problems with upgrading over the network vs non-serial console. ok miod@. | |||||
2003-09-07 | extend ascii test for more accuracy. ok deraadt@ pb@ | 1 | -8/+6 | ||
2003-09-07 | correct ascii file test. ok deraadt@ pb@ | 1 | -5/+4 | ||
2003-09-07 | fix crash. pr3454 from openbsd at rukh.net. ok deraadt@ | 1 | -2/+2 | ||
2003-09-07 | Fix system hangs some i386 machines experienced when booting with the | 1 | -1/+3 | ||
'-a' option. Closes PR #2122 and #3437. From Thorsten Glaser. ok deraadt@ henning@ weingart@. | |||||
2003-09-07 | Narrow a conditional in non-88110 area... | 1 | -3/+3 | ||
2003-09-07 | better upgrade media; miod@ ok | 1 | -3/+2 | ||
2003-09-07 | Get rid of PREP2's SSBR parameter, since it does not have sense for 88110. | 1 | -29/+29 | ||
2003-09-07 | Wording; Martin Reindl | 1 | -2/+2 | ||
2003-09-06 | cleanup. | 1 | -11/+14 | ||
2003-09-06 | MD installation notes updates for 3.4, 3/3 | 6 | -114/+415 | ||
Describe with much more details how to successfully boot from various devices, including non-built-in ethernet or SCSI controllers; also hint that most of the MVME147 and the MVME187 can not netboot at all. This should be much, much more understandable (but we need to run this through a drunk pvalchev@ to be sure). | |||||
2003-09-06 | Do the ssl/openssl directory/link dance in both places it could occur, | 1 | -12/+16 | ||
/usr/include and /usr/libdata/perl5/site_perl/*-openbsd. Allows both base34 and comp34 to be upgraded from a stock install. ok deraadt@. | |||||
2003-09-06 | standards compliant strxfrm. much simpler too. fixes sorting in glib2. | 1 | -16/+4 | ||
ok deraadt@ espie@ marcm@ | |||||
2003-09-06 | MD installation notes updates for 3.4, 2/3 | 3 | -31/+6 | ||
Mostly cosmetos. | |||||
2003-09-06 | A couple of hppa-only changes, allowing siop to work on pci hppa | 3 | -3/+17 | ||
machines. Align siop_xfer on 128 byte boundary, and don't use on-board RAM. Aligning siop_xfer will be made general, post-3.4. From mickey@. ok deraadt@ mickey@. | |||||
2003-09-06 | MD Installation notes updates for 3.4, 1/3 | 9 | -24/+103 | ||
This mainly includes an hopefully helpful section about i386 upgrades, which I urge knowledgeable people and native english speakers to check out, in order to polish it soon enough. | |||||
2003-09-06 | oops | 1 | -2/+2 | ||
2003-09-06 | .Xr; | 1 | -3/+6 | ||
2003-09-06 | Various cosmetics. | 3 | -26/+23 | ||
2003-09-06 | Add mvme88k to the "allarchs" target. | 1 | -3/+3 | ||
2003-09-06 | Add wi_detach, use it in pcmcia so that the shutdownhook is properly removed. | 3 | -7/+23 | ||
ok miod@ millert@ deraadt@ | |||||
2003-09-06 | Disable AFS for m88k again - it's unlikely that libpthread/arla-lwp support | 1 | -1/+5 | ||
gets debugged in time for the release. | |||||
2003-09-06 | - interval specified with -i flag, not -w | 2 | -9/+9 | ||
- no -M or -N options - sync usage() and SYNOPSIS from Jeff Ito (PRs 3452 and 2453) | |||||
2003-09-06 | fix a few errors; jmc@ ok | 1 | -3/+5 | ||
2003-09-06 | Fix boot -a, add protected cnpollc(). ok deraadt@ | 1 | -3/+14 | ||
2003-09-06 | Large cleaning of exception handling: | 3 | -303/+274 | ||
- faster code paths in eh.S, especially for 88110 cpus - do not service data access exceptions more than one time; also, be sure that interrupts are disabled while servicing them. - cleanup the 88110 trap handler in the same way the 88100 flavour has been cleaned recently. This spotted two bugs, which are fixed there as well: - add systrace support to the 88110 syscall code - add emulation support to the 88100 syscall code | |||||
2003-09-06 | restore undocumented -u# support for the old schoolers. :) | 1 | -3/+3 | ||
noticed by itojun@, ok deraadt@ | |||||
2003-09-06 | zap ?; jeffi@rcn.com | 1 | -3/+3 | ||
2003-09-06 | sync in fingerprints from p0f v2.0 release. a little bit sparse on the Win95 | 1 | -64/+128 | ||
fingerprints, please go to http://lcamtuf.coredump.cx/p0f-help/ with any and all Win95 boxes. thanks! | |||||
2003-09-05 | cd(4) supports ATAPI as well as SCSI devices; from fgs@ | 2 | -7/+9 | ||
ok henning@ millert@ miod@ | |||||
2003-09-05 | add a few fingerprints from J.Smith <lbalbalba AT hotmail.com> thanks! | 1 | -7/+10 | ||
2003-09-05 | Solaris 2.5.1 fingerprint. pcap from Alec.Thomas AT optus.net.au. thanks! | 1 | -1/+2 | ||
2003-09-05 | spacing; | 1 | -1/+2 | ||
2003-09-05 | KNF nit pointed out by theo | 1 | -4/+4 | ||
2003-09-05 | no longer warn on '0' bound size, add new test for the negative case | 4 | -4/+12 | ||
2003-09-05 | dont error out when the input file is a symlink AND output goes to stdout | 1 | -3/+4 | ||
inspired by PR3409, ckuethe@ualberta.ca, tho fixed differently matches gnu gzip behaviour ok millert@ tedu@ deraadt@ | |||||
2003-09-05 | Stop the bounds checker warning on a bound of 0, so now it only triggers | 1 | -1/+1 | ||
on negative values. Suppresses some warnings on code which is useless but legal. deraadt@ ok | |||||
2003-09-05 | Never enable interrupts just before processing data exceptions, but rather | 1 | -64/+7 | ||
afterwards... and only if this is a wise thing to do! | |||||
2003-09-05 | Do not clean twice during make cleandir | 1 | -2/+2 | ||
ok deraadt@ | |||||
2003-09-05 | one check return from sysconf, one off by one vnsprintf, and one missing free. | 1 | -3/+8 | ||
all from Patrick Latifi in pr3414 | |||||
2003-09-05 | replace some groff macros with -mdoc versions; | 1 | -45/+46 | ||
a .br survives until i work out what to do with it... | |||||
2003-09-05 | sync those shiny little markers telling you which drivers are (not) | 1 | -6/+6 | ||
on which floppy with reality; ok miod@ | |||||
2003-09-05 | -t missing in synopsis | 1 | -2/+2 | ||
pr3444 jeffi@rcn.com ok jmc@ |