Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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@ | |||||
2003-09-05 | document -w timeout; from cedric@ | 1 | -1/+15 | ||
ok deraadt@ | |||||
2003-09-05 | add some spacing after displays; | 1 | -8/+11 | ||
2003-09-05 | correct an .Sx; | 1 | -2/+2 | ||
2003-09-05 | macro cleanup and some typos; | 1 | -52/+70 | ||
2003-09-05 | Do not drop the user into DDB without a really, really good reason. | 1 | -2/+2 | ||
2003-09-05 | remove some erroneous backslashes, and add some indent; | 1 | -18/+17 | ||
2003-09-05 | socket leak on error paths. from Patrick Latifi. ok deraadt@ ho@ | 1 | -1/+11 | ||
2003-09-05 | - add gzcat to SYNOPSIS and DESCRIPTION | 1 | -3/+15 | ||
- add -g flag to zcat in SYNOPSIS - .Nm cat -> .Xr cat 1 from myself and tedu@ | |||||
2003-09-05 | more spacing, less macro; | 1 | -107/+83 | ||
ok miod@ | |||||
2003-09-05 | typo from naddy@; | 1 | -2/+2 | ||