Age | Commit message (Expand) | Author |
2003-10-24 | No need to have several implementations of {read,write}_eflags(), | Alexander Yurchenko |
2003-10-23 | - delay reading the disklabel for floppies until after we're sure it's | Federico G. Schwindt |
2003-10-15 | spaces | Theo de Raadt |
2003-10-15 | typo in comment, ok jason@ | David Krause |
2003-10-14 | Ok, now that the via c3 crypto stuff is in the tree, merge the last bit of | Jason Wright |
2003-10-07 | remove extra \n | Markus Friedl |
2003-10-05 | do not panic if microtime does not work to measure rng performance; from andr... | Michael Shalayeff |
2003-10-04 | - document that boot will by default try to load /bsd, /obsd then /bsd.old. | Jason McIntyre |
2003-10-04 | (boot): device: filename -> device:filename | Jason McIntyre |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-09-29 | to set smth in the register one has to write into it and not just read once m... | Michael Shalayeff |
2003-09-26 | better mtd comment; from form@ | Michael Shalayeff |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-09-20 | move the checks after we fixed the hd info. | Federico G. Schwindt |
2003-09-19 | - some bios return a valid geometry for inexistent hd's so before | Federico G. Schwindt |
2003-09-19 | add debug info around #41; toby@ ok. | Federico G. Schwindt |
2003-09-18 | - move checks earlier to catch inexistent devices before testing for edd. | Federico G. Schwindt |
2003-09-18 | - pass the correct device to bios_getdisklabel(). | Federico G. Schwindt |
2003-09-16 | document extension support bitmap definition; requested by deraadt@. | Federico G. Schwindt |
2003-09-11 | permit ramdisks to build | Theo de Raadt |
2003-09-11 | support new via c3 AES instruction; written by jason | Theo de Raadt |
2003-09-11 | handle case where bios EDD support only supports a subset; from fgsch, | Theo de Raadt |
2003-09-08 | match size of fpreg w/ the save87 structs as figured in discussion w/ jason t... | Michael Shalayeff |
2003-09-07 | Fix system hangs some i386 machines experienced when booting with the | Kenneth R Westerback |
2003-09-04 | correct sizeof for bzero/bcopy | Anil Madhavapeddy |
2003-09-02 | indent audio comment properly | David Krause |
2003-09-02 | Revert the last change since both Pentium 4 and Mobile Pentium 4 | Alexander Yurchenko |
2003-09-02 | zap more drivers | Theo de Raadt |
2003-09-01 | remove unused sc_echobug code; ok fgs, mickey | Markus Friedl |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-08-21 | fix symbol name error in mcount functionality in a.out->ELF transition. | Dale Rahn |
2003-08-20 | add mtd | Theo de Raadt |
2003-08-19 | Properly identify Mobile Pentium 4-M processor | Alexander Yurchenko |
2003-08-19 | myson mtd803 ether and enable mtdphy no; form netbsd via form@ | Michael Shalayeff |
2003-08-15 | - remove ahc dependency, convert smc93cx6 into an attribute. | Federico G. Schwindt |
2003-08-15 | no newline in errx; andrushock@korovino.net | Theo de Raadt |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-12 | add safe(4). Works well enough for testing at least. | Jason Wright |
2003-08-12 | add acphy | Michael Shalayeff |
2003-08-11 | ansification and knf and protos | Theo de Raadt |
2003-08-08 | remove scsi/raid drivers not needed on laptop floppy | Theo de Raadt |
2003-08-08 | wb no longer fits | Theo de Raadt |
2003-08-08 | let us call COMPAT_UFS dead | Theo de Raadt |
2003-08-08 | ansi | Theo de Raadt |
2003-08-08 | put COPTS in CFLAGS; idea from miod | Theo de Raadt |
2003-08-08 | no pcmcia pccom on this floppy, sorry | Theo de Raadt |
2003-08-07 | better dmesg output and do some spaces; markus@ ok | Michael Shalayeff |
2003-08-07 | watchdog driver for Geode SC1100 (e.g. in soekris net4801); ok mickey@ | Markus Friedl |
2003-07-30 | support for vt8231 from netbsd via pr3362 and tested by matthew.gream@pobox.com | Michael Shalayeff |
2003-07-29 | move spl checking wrap over the syscall into trap.c:syscall(); | Michael Shalayeff |