Age | Commit message (Expand) | Author |
2002-03-07 | Remove some debugging code accidentally committed in previous | Jason Wright |
2002-03-07 | From NetBSD: | Jason Wright |
2002-03-07 | From watching source-changes@netbsd.org: rb_dmabase needs to be initialized | Jason Wright |
2002-03-07 | use an augmented red-black tree to keep track of free space in the vm_map. | Niels Provos |
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 |
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 |
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 | 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 |
2002-03-06 | Implement a shutdown hook. | Thierry Deval |
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 | 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 |
2002-03-05 | export MD5/SHA1 via /dev/crypto; ok provos@, beck@ | Markus Friedl |
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-04 | Disable the wscons burner functionality... I'm not in the mood to debug it ri... | Jason Wright |
2002-03-04 | ok, so apparently wx doesn't work so well | Nathan Binkert |
2002-03-04 | do not attach wsdisplay if there is none configured | Michael Shalayeff |
2002-03-04 | dc is not listed twice. Put de back, and move dc out of the untested section. | Nathan Binkert |
2002-03-04 | since we can't fit both dc and de, we've got to have de so we can have support | Nathan Binkert |
2002-03-04 | Move dc from the untested group since it is tested, though a commit will | Nathan Binkert |
2002-03-04 | 21140 support for dc isn't reliable enough for it to win over dc. | Nathan Binkert |
2002-03-04 | parts that copy in PK parameters | Theo de Raadt |
2002-03-04 | remove old PK stuff | Theo de Raadt |
2002-03-04 | crypto_check_alg() is not needed | Theo de Raadt |
2002-03-04 | dc not de | Theo de Raadt |
2002-03-04 | Typos; Matt <matt@vertrauen.org> | Jason Wright |
2002-03-03 | Fix crashes associated with SADB_GET/SADB_DUMP --- memory was not | Angelos D. Keromytis |
2002-03-02 | do some more renaming | Theo de Raadt |
2002-03-02 | bump the version after recent addition | Michael Shalayeff |
2002-03-02 | initial cut at crypto_sop definitions for symmetric crypto | Theo de Raadt |
2002-03-02 | cleanup. | Dale Rahn |
2002-03-02 | If two drivers register the same hardware irq, they should get | Dale Rahn |
2002-03-02 | Do not use -1 as an unused entry, 0 is already reserved for invalid/unused. | Dale Rahn |
2002-03-02 | If two drivers register the same hardware irq, they should get | Dale Rahn |
2002-03-02 | These two drivers were incorrectly sharing variables, sometimes expecting | Dale Rahn |
2002-03-02 | more logical order of operations, caveats | Michael Shalayeff |