summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-07-27Change how interrupts are acknowledged -- this is how the specification sayThorsten Lockert
they should be acknowledged, and makes things work under VMware without the timeout problems. miod@ ok
2001-07-27Allow mmap. Not really working correctly yet, but almost.Artur Grabowski
2001-07-27Correct return values from audiommap.Artur Grabowski
2001-07-27If smart card support is compiled in and a smart card is being usedTodd C. Miller
for authentication, make it the first method used. markus@ OK
2001-07-27fix acl on program filesJim Rees
add acl -x option fix help command add SCPORT ev
2001-07-27Add important warning.Jim Rees
2001-07-27We can now boot from I2O devicesNiklas Hallqvist
2001-07-27Startup hooks. Can be used for providing root/swap devices from deviceNiklas Hallqvist
systems which want configuration to finish late, like I2O. Implemented via a general hooks mechanism which the shutdown hooks have been converted to use as well. It even has manpages!
2001-07-27short information about setpass + cleanupJakob Schlyter
2001-07-27remove clean.weekly from here. this can be added in weekly.local ifFederico G. Schwindt
needed and we don't ship it anyway; millert@ ok.
2001-07-27Convert array lookups to function calls that are bounds checkedConstantine Sapuntzakis
2001-07-27Don't accept arbitrary size file handles as the kernel buffer we are copyingConstantine Sapuntzakis
it into is fixed and on the stack
2001-07-27stdarg.h, not varargs.hTodd C. Miller
2001-07-27Yet another probe fix. Switch to the right drive before looking at registersConstantine Sapuntzakis
2001-07-27Update list of cards supported by nge(4)Nathan Binkert
Fix a typo
2001-07-27do not check in_dstaddr in rtinitflags() macro, otherwiseJun-ichiro itojun Hagino
linklocal address manipulation codepath will choke. sync with kame
2001-07-26Always flush the pipeline after updating cr1.Miod Vallat
2001-07-26Typo.Miod Vallat
2001-07-26add instructions for changing the passphraseJim Rees
2001-07-26sectok_fmt_fid now takes a proper fidJim Rees
add cyberflex_create_file_acl put proper acls on public and private rsa key files bump major version
2001-07-26new sectok_fmt_fidJim Rees
slap an acl on the program file in jload
2001-07-26edlabel no moreMiod Vallat
2001-07-26Remove edlabel. It was only compiled on sparc and sun3, and is completelyMiod Vallat
superceded by disklabel -E. millert@ agrees.
2001-07-26require confirmation when changing aut0 passphraseJim Rees
2001-07-26Typo: radius-timout -> radius-timeout; noted by brad@Todd C. Miller
2001-07-26missed this in previous symlink/mknod backoutTodd C. Miller
2001-07-26drop value of OpenBSD date to what it was before since the mknod/symlink ↵Todd C. Miller
changed have been backed out
2001-07-26Back out changes to symlink and mknod that were not well tested.Todd C. Miller
A simple mknod at causes a kernel panic (uvm_fault).
2001-07-26jaut is now login -dJim Rees
clarify something that confused me.
2001-07-26correct pathTheo de Raadt
2001-07-26Inquire Cyberflex class for 0xf0 cardsJim Rees
change aid to conform to 7816-5 remove gratuitous fid selects
2001-07-26Use registration category 'F' for textual aids (see 7816-5 sec 5.2.4)Jim Rees
Use better defaults for progID and contID work on the man page
2001-07-26Remove BUGS section, swapoff now works. ok art@Peter Valchev
2001-07-26Add support for disabling swap devices (swapctl -d).Artur Grabowski
Improve error handling on I/O errors to swap. From NetBSD
2001-07-26No longer used.Artur Grabowski
2001-07-26fix "6fb0 uninitialized key"Jim Rees
2001-07-26Fix my ! iface example to be more usefulChris Cappuccio
2001-07-26add -t option to test configuration file and keys; pekkas@netcore.fiKevin Steves
ok markus@
2001-07-26regenBrad Smith
2001-07-26add Broadcom BCM5700 Gigabit MACBrad Smith
2001-07-26fid command now selects aids tooJim Rees
remove jselect port numbers are now 0-based print friendly aid names
2001-07-26syncTheo de Raadt
2001-07-26In extent_destroy, remove the extent from the list ofArtur Grabowski
all extents.
2001-07-26initial tests for the pfctl parserMarkus Friedl
2001-07-26Print "data modified on freelist" sizes in hex.Artur Grabowski
I know at least of two cases where people got confused by this and used the wrong size to the malloc debugger.
2001-07-26Typos.Artur Grabowski
From Heikki Korpela <heko@iki.fi>
2001-07-26CDIAGFLAGS. Okay markus@Marc Espie
2001-07-26Be more careful with ranges.Artur Grabowski
From Heikki Korpela <heko@iki.fi>
2001-07-26sort SEE ALSO section correctly, from mpech@.Daniel Hartmeier
2001-07-26usage() with __progname according to style(9), typo in man page. both from ↵Daniel Hartmeier
mpech@.