Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-07 | From watching source-changes@netbsd.org: rb_dmabase needs to be initialized | Jason Wright | |
-after- the call to bus_dmamem_map() | |||
2002-03-07 | use an augmented red-black tree to keep track of free space in the vm_map. | Niels Provos | |
uvm_tree_sanity is left as debugging help but needs to be enabled manually. okay art@ | |||
2002-03-07 | call the r_brk function in dlopen/dloclose on all archs, | Artur Grabowski | |
not just mips. | |||
2002-03-07 | Add a debug printf for the entry point just before returning to MD code. | Artur Grabowski | |
2002-03-07 | Do not ignore mtree's exit value when updating via 4.4BSD.dist. | Todd C. Miller | |
Use the -U flag instead of -u so mtree doesn't exit with non-zero when fixing up existing permissions/owners. | |||
2002-03-06 | remove unused #include | Nathan Binkert | |
2002-03-06 | vtophys is no longer used | Nathan Binkert | |
2002-03-06 | - recognize serial speeds over 9600 bauds, and allow users to set such a | Miod Vallat | |
speed (beware, old PDC will not support this!) - increase the arbitrary device limit for the lists; some machines (743 and 748 come to mind) can have lots of heads and serial ports... - be more clever when sorting the devices in our lists, so as to get the correct order on machines where the built-in serial ports are GIO but on different busses. | |||
2002-03-06 | Support serial speed over 9600 bauds. | Miod Vallat | |
2002-03-06 | Some architectures don't allocate any memory out of the kernel_map space | Artur Grabowski | |
before uvm_km_init (alpha). Don't uvm_map 0 space, it gives very strange breakage on alpha. | |||
2002-03-06 | sync | Nathan Binkert | |
2002-03-06 | Add a couple new intel gigabit cards | Nathan Binkert | |
2002-03-06 | no need to mask | Michael Shalayeff | |
2002-03-06 | expand fpu name, makes line overflow a bit, maybe deal w/ it later | Michael Shalayeff | |
2002-03-06 | regen | Michael Shalayeff | |
2002-03-06 | cleanup the fpu names a bit | Michael Shalayeff | |
2002-03-06 | First step in really explaining what make does, and what's standard, | Marc Espie | |
and what's not. okay millert@, miod@. | |||
2002-03-06 | sync | Theo de Raadt | |
2002-03-06 | Get the offsets and lengths right when sync'n dma maps; patch from mjacob | Jason Wright | |
2002-03-06 | Driver for the Aurora 210SJ serial ports (It's not 100% correct yet, but | Jason Wright | |
pretty close); thanks to Matt <matt@vertrauen.org> for donating the board. | |||
2002-03-06 | Compile without warnings for older/newer OpenSSL. | Hakan Olsson | |
2002-03-06 | Implement a shutdown hook. | Thierry Deval | |
We now can safely swap on raid. | |||
2002-03-06 | Fix a couple of snprintf length bugs. Same problem <chris@stallion.oz.au> | Hakan Olsson | |
found for policy passphrases. | |||
2002-03-06 | Unbreak MD5 and SHA1 passphrases in policy check. From | Hakan Olsson | |
<chris@stallion.oz.au>. | |||
2002-03-06 | OpenSSH_3.1 | Markus Friedl | |
2002-03-06 | compat.c | Markus Friedl | |
2002-03-06 | undo | Markus Friedl | |
2002-03-06 | compat.c | Markus Friedl | |
2002-03-06 | directorys->directories. from beldridg@pobox.com; ok art@ | Kevin Steves | |
2002-03-05 | rearrange stuff, chat about cache | Michael Shalayeff | |
2002-03-05 | Kill prom stuff duplicates from bugio.[ch]. | Miod Vallat | |
2002-03-05 | Fix a ridiculous bug I introduced in the buffer code. Free the undo records | Vincent Labrecque | |
list correctly. | |||
2002-03-05 | Insert missing newline for autoconf prettiness. | Jason Wright | |
2002-03-05 | Provide a few more constants to get on par with other arches and get | Miod Vallat | |
raidframe tools to compile; ok mickey@ | |||
2002-03-05 | 'user -D -k path' was not actually changing the default values unless another | Todd C. Miller | |
option to change was specified. Also fix man page formatting mistake. From Brian Poole | |||
2002-03-05 | Don't delete ptmp if we didn't create it ourselves; Brian Poole | Todd C. Miller | |
2002-03-05 | style(9) for the example; Alexander Yurchenko | Todd C. Miller | |
2002-03-05 | export MD5/SHA1 via /dev/crypto; ok provos@, beck@ | Markus Friedl | |
tested with cryptosoft and kern.cryptodevallowsoft=1 | |||
2002-03-05 | Don't drop the last character from ut_line in ID0logout() | brian | |
2002-03-05 | patch(1) is now free, thanks Larry! | Niklas Hallqvist | |
2002-03-05 | on redirect output, always try to attach target link layer address option. | Jun-ichiro itojun Hagino | |
2002-03-05 | It is clear that I have not committed in a long time!!!! | Niklas Hallqvist | |
2002-03-05 | doh, thanks mickey! | Niklas Hallqvist | |
2002-03-05 | Deal gracefully with ccb starvation | Niklas Hallqvist | |
2002-03-05 | Deal gracefully with ccb starvation | Niklas Hallqvist | |
2002-03-05 | 2nd part to make dhcpd work on sparc64: | Jason Wright | |
remove use of SIOCGIFCONF and use getifaddrs()/freeifaddrs() instead | |||
2002-03-05 | and -ldes here too | Theo de Raadt | |
2002-03-05 | and a -ldes | Theo de Raadt | |
2002-03-05 | and a -ldes here and a -ldes there.. (i only commit after I test each) | Theo de Raadt | |
2002-03-05 | more -ldes | Theo de Raadt | |