Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-06 | Serial console support for macppc. Serial console will work if the modem | Dale Rahn | |
has been replaced with a serial port adapter on any machine that has a real serial port internally. This will also power on the internal modem for keylargo based machines (tested on original PBG4) when the serial port is open. ok miod@ | |||
2002-09-06 | KNF. | Dale Rahn | |
2002-09-06 | allow mapiodev to steal KVM addresses for early mappings like | Dale Rahn | |
bus_mem_add_mappings. Fix calculation error in bus_mem_add_mappings where it used the size instead of the size + offset, could cause the allocation to be one page short in some situations. | |||
2002-09-06 | wscons display should have a console priority of INTERNAL, not REMOTE. | Dale Rahn | |
ok miod@ | |||
2002-09-06 | use <> on include of machine/... files. also include bus.h so that | Dale Rahn | |
types used in this file are available. | |||
2002-09-06 | yes, you can specify the address family in nat/rdr/binat rules. | Henning Brauer | |
noticed through a misc@ mail by Paul de Weerd | |||
2002-09-06 | helps to put it in the Makefile | Theo de Raadt | |
2002-09-06 | Share interrupts nicely. Add tag type. | Steve Murphree | |
2002-09-06 | sizeof(pointer) is not what should be used here, should be sizeof(*pointer) | Dale Rahn | |
pointed out by aaron. | |||
2002-09-06 | KNF, get this out of my tree finally. | Dale Rahn | |
2002-09-06 | add shared lib. | Brad Smith | |
-- Ok'd by: deraadt@ | |||
2002-09-05 | never append data to shutdown(s, SHUT_RD) socket. can lead to unexpected | Jun-ichiro itojun Hagino | |
kernel resource consumption. NetBSD PR 18185 | |||
2002-09-05 | import openssl-0.9.7-beta3 | Markus Friedl | |
2002-09-05 | import openssl-0.9.7-beta3 | Markus Friedl | |
2002-09-05 | import openssl-0.9.7-beta3 | Markus Friedl | |
2002-09-05 | merge with 0.9.7-beta1 | Markus Friedl | |
2002-09-05 | fpu save state is a separate magic function now | Michael Shalayeff | |
2002-09-05 | things [in pmap] have changed, kundun | Michael Shalayeff | |
2002-09-05 | now Steve Swantz lives in a place w/ a zipcode (; which he did a supply) | Michael Shalayeff | |
2002-09-05 | move the kernel virtual away from the physical addresses | Michael Shalayeff | |
and equivalently map the whole physical. this allows a lot of simplification in how kernel deals w/ page tables and physical pages. avoid series of bugs related to that. check for aliased mappings (none found so far), and properly flush/purge pages on zero/copy. | |||
2002-09-05 | sort out the nlist and do defines | Michael Shalayeff | |
2002-09-05 | no need for one extra frame | Michael Shalayeff | |
2002-09-05 | Without IDs wait until next step/retry to handle CERTREQs. This should | Hakan Olsson | |
make certificate auth work better with some clients, such as SSH Sentinel. | |||
2002-09-05 | lacnic support; from Loic Tortay <loict@bougon.net>. | Federico G. Schwindt | |
2002-09-05 | Do not print the ASCII_ESC character. | Jason Wright | |
2002-09-05 | Use the value from AUDIO_CTRL, later to be or'ed with VRM or VRA, not | Federico G. Schwindt | |
AUDIO_ID which contains what the codec supports, and do it only if the codec supports VRM or VRA. discussed with mickey@ a while ago. | |||
2002-09-05 | Do not require the presence of subjectAltName in certificates used for | Hakan Olsson | |
IKE auth. Should make interoperating with for example FreeS/WAN easier (Pluto). | |||
2002-09-05 | Do not create SAs for transaction exchanges either. By niklas@ | Hakan Olsson | |
2002-09-05 | import openssl-0.9.7-beta1 | Markus Friedl | |
2002-09-05 | import openssl-0.9.7-beta1 | Markus Friedl | |
2002-09-05 | Allow kernels with no display device configured to link. Found by marc@ | Miod Vallat | |
2002-09-05 | this used to be a com(4) bug | Michael Shalayeff | |
2002-09-05 | Print uvmexp.zeropages. | Artur Grabowski | |
2002-09-05 | Fix STRIPFLAGS for elf version of strip. Use same flags | Marco S Hyman | |
as sparc64 (suggested by fgs@) | |||
2002-09-05 | kill groups too when we revoke privs | Theo de Raadt | |
2002-09-05 | safe_finger no longer installed | Theo de Raadt | |
2002-09-05 | sync | Theo de Raadt | |
2002-09-04 | Write sentences. | Thierry Deval | |
2002-09-04 | Add support for RBC (simplified direct) devices. | Thierry Deval | |
ok costa@, krw@ | |||
2002-09-04 | don't dereference ecb on default case, it's uninitialized. | Federico G. Schwindt | |
2002-09-04 | more cruft | Markus Friedl | |
2002-09-04 | more cruft. | Markus Friedl | |
2002-09-04 | sync formatting with 0.9.7 | Markus Friedl | |
2002-09-04 | Ghosts from the past (fixed 1.65, reverted 1.66) rediscovered by | Daniel Hartmeier | |
Henric Jungheim. ok deraadt@ | |||
2002-09-04 | default LoginGraceTime to 2m; 1m may be too short for slow systems. | Kevin Steves | |
ok markus@ | |||
2002-09-04 | no need to set $SHELL | Markus Friedl | |
2002-09-04 | execute bourne shell scripts with 'sh' and not with $SHELL | Markus Friedl | |
2002-09-04 | Correctly decode the IDE channel/drive number when matching devices | Jason Wright | |
(booting from master or slave on either channel should work now). | |||
2002-09-04 | toast uprocp format keyword; peterw@ifost.org.au | Theo de Raadt | |
2002-09-04 | typos fixus; from andrey@smagin.com | Michael Shalayeff | |