Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-27 | Change how interrupts are acknowledged -- this is how the specification say | Thorsten Lockert | |
they should be acknowledged, and makes things work under VMware without the timeout problems. miod@ ok | |||
2001-07-27 | Allow mmap. Not really working correctly yet, but almost. | Artur Grabowski | |
2001-07-27 | Correct return values from audiommap. | Artur Grabowski | |
2001-07-27 | If smart card support is compiled in and a smart card is being used | Todd C. Miller | |
for authentication, make it the first method used. markus@ OK | |||
2001-07-27 | fix acl on program files | Jim Rees | |
add acl -x option fix help command add SCPORT ev | |||
2001-07-27 | Add important warning. | Jim Rees | |
2001-07-27 | We can now boot from I2O devices | Niklas Hallqvist | |
2001-07-27 | Startup hooks. Can be used for providing root/swap devices from device | Niklas 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-27 | short information about setpass + cleanup | Jakob Schlyter | |
2001-07-27 | remove clean.weekly from here. this can be added in weekly.local if | Federico G. Schwindt | |
needed and we don't ship it anyway; millert@ ok. | |||
2001-07-27 | Convert array lookups to function calls that are bounds checked | Constantine Sapuntzakis | |
2001-07-27 | Don't accept arbitrary size file handles as the kernel buffer we are copying | Constantine Sapuntzakis | |
it into is fixed and on the stack | |||
2001-07-27 | stdarg.h, not varargs.h | Todd C. Miller | |
2001-07-27 | Yet another probe fix. Switch to the right drive before looking at registers | Constantine Sapuntzakis | |
2001-07-27 | Update list of cards supported by nge(4) | Nathan Binkert | |
Fix a typo | |||
2001-07-27 | do not check in_dstaddr in rtinitflags() macro, otherwise | Jun-ichiro itojun Hagino | |
linklocal address manipulation codepath will choke. sync with kame | |||
2001-07-26 | Always flush the pipeline after updating cr1. | Miod Vallat | |
2001-07-26 | Typo. | Miod Vallat | |
2001-07-26 | add instructions for changing the passphrase | Jim Rees | |
2001-07-26 | sectok_fmt_fid now takes a proper fid | Jim Rees | |
add cyberflex_create_file_acl put proper acls on public and private rsa key files bump major version | |||
2001-07-26 | new sectok_fmt_fid | Jim Rees | |
slap an acl on the program file in jload | |||
2001-07-26 | edlabel no more | Miod Vallat | |
2001-07-26 | Remove edlabel. It was only compiled on sparc and sun3, and is completely | Miod Vallat | |
superceded by disklabel -E. millert@ agrees. | |||
2001-07-26 | require confirmation when changing aut0 passphrase | Jim Rees | |
2001-07-26 | Typo: radius-timout -> radius-timeout; noted by brad@ | Todd C. Miller | |
2001-07-26 | missed this in previous symlink/mknod backout | Todd C. Miller | |
2001-07-26 | drop value of OpenBSD date to what it was before since the mknod/symlink ↵ | Todd C. Miller | |
changed have been backed out | |||
2001-07-26 | Back 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-26 | jaut is now login -d | Jim Rees | |
clarify something that confused me. | |||
2001-07-26 | correct path | Theo de Raadt | |
2001-07-26 | Inquire Cyberflex class for 0xf0 cards | Jim Rees | |
change aid to conform to 7816-5 remove gratuitous fid selects | |||
2001-07-26 | Use 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-26 | Remove BUGS section, swapoff now works. ok art@ | Peter Valchev | |
2001-07-26 | Add support for disabling swap devices (swapctl -d). | Artur Grabowski | |
Improve error handling on I/O errors to swap. From NetBSD | |||
2001-07-26 | No longer used. | Artur Grabowski | |
2001-07-26 | fix "6fb0 uninitialized key" | Jim Rees | |
2001-07-26 | Fix my ! iface example to be more useful | Chris Cappuccio | |
2001-07-26 | add -t option to test configuration file and keys; pekkas@netcore.fi | Kevin Steves | |
ok markus@ | |||
2001-07-26 | regen | Brad Smith | |
2001-07-26 | add Broadcom BCM5700 Gigabit MAC | Brad Smith | |
2001-07-26 | fid command now selects aids too | Jim Rees | |
remove jselect port numbers are now 0-based print friendly aid names | |||
2001-07-26 | sync | Theo de Raadt | |
2001-07-26 | In extent_destroy, remove the extent from the list of | Artur Grabowski | |
all extents. | |||
2001-07-26 | initial tests for the pfctl parser | Markus Friedl | |
2001-07-26 | Print "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-26 | Typos. | Artur Grabowski | |
From Heikki Korpela <heko@iki.fi> | |||
2001-07-26 | CDIAGFLAGS. Okay markus@ | Marc Espie | |
2001-07-26 | Be more careful with ranges. | Artur Grabowski | |
From Heikki Korpela <heko@iki.fi> | |||
2001-07-26 | sort SEE ALSO section correctly, from mpech@. | Daniel Hartmeier | |
2001-07-26 | usage() with __progname according to style(9), typo in man page. both from ↵ | Daniel Hartmeier | |
mpech@. |