Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-03 | remove support for non-existent scd and pcd drivers. ok deraadt millert | Ted Unangst | |
2003-10-31 | Enable wi@usb, otherwise this will never get tested... deraadt@ | Dale Rahn | |
2003-10-29 | Avoid another malloc in the VIA AES stuff: move the operation stuff | Jason Wright | |
into the softc allocated at attach time | |||
2003-10-29 | don't allocate two buffers when one will do (VIA's AES stuff can have src==dst) | Jason Wright | |
2003-10-28 | guard cpu register functions from userland, otherwise they appear when | Anil Madhavapeddy | |
including stuff like <sys/sysctl.h> deraadt@ ok | |||
2003-10-26 | Add line for wi@usb, currently commented out, for development and testing only. | Dale Rahn | |
2003-10-24 | No need to have several implementations of {read,write}_eflags(), | Alexander Yurchenko | |
put it to cpufunc.h. ok weingart@ tedu@ | |||
2003-10-23 | - delay reading the disklabel for floppies until after we're sure it's | Federico G. Schwindt | |
the boot device. this fixes a delay (sometimes very long) if the bios correctly reports a floppy but it's unplugged. - bump version. original idea from mdw@, tested by nick@, toby@ ok. | |||
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 | |
my cleanups before starting "real work". | |||
2003-10-07 | remove extra \n | Markus Friedl | |
2003-10-05 | do not panic if microtime does not work to measure rng performance; from ↵ | Michael Shalayeff | |
andrisp@hipo.lv | |||
2003-10-04 | - document that boot will by default try to load /bsd, /obsd then /bsd.old. | Jason McIntyre | |
- indent examples, and put descriptions before rather than after them. ok mickey@ | |||
2003-10-04 | (boot): device: filename -> device:filename | Jason McIntyre | |
nice CAVEAT, BTW. | |||
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat | |
separate tty registering is gone now that sparc has switched to wscons, and this makes the code less error-prone. Also, remove tests for ttymalloc() failure, since it uses M_WAITOK. ok millert@ deraadt@, tested by various people as well besides me... | |||
2003-09-29 | to set smth in the register one has to write into it and not just read once ↵ | Michael Shalayeff | |
more; fround by art@ | |||
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 | |
now call the poll backend. With this change we implement greater poll(2) functionality instead of emulating it via the select backend. Adapted from NetBSD and including some changes from FreeBSD. Tested by many, deraadt@ OK | |||
2003-09-20 | move the checks after we fixed the hd info. | Federico G. Schwindt | |
from Thorsten Glaser <tg-v2003 at netcologne dot de> via toby@. | |||
2003-09-19 | - some bios return a valid geometry for inexistent hd's so before | Federico G. Schwindt | |
getting the geometry check the number of attached drives from the bios area at 40:75. - bump version. from toby@. we want people to test this, specially those with ghost drives showing up. | |||
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 | |
- bump version. toby@ ok. | |||
2003-09-18 | - pass the correct device to bios_getdisklabel(). | Federico G. Schwindt | |
- don't blindly return but check whether bios_getdisklabel() failed and act according. this fixes (at some extent) booting from a floppy if it wasn't inserted during floppyprobe(). toby@ ok. | |||
2003-09-16 | document extension support bitmap definition; requested by deraadt@. | Federico G. Schwindt | |
toby@ ok. | |||
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 | |
ok toby, and now tested for lots of machines | |||
2003-09-08 | match size of fpreg w/ the save87 structs as figured in discussion w/ jason ↵ | Michael Shalayeff | |
two months ago and the rediscovered by grange@ and then probably by some more other people in mongolia who had no inet to report it unfortunately; this also fixes problem w/ catching sigsegv after recent bcopy(,,sizeof) fixes; deraadt@ ok | |||
2003-09-07 | Fix system hangs some i386 machines experienced when booting with the | Kenneth R Westerback | |
'-a' option. Closes PR #2122 and #3437. From Thorsten Glaser. ok deraadt@ henning@ weingart@. | |||
2003-09-04 | correct sizeof for bzero/bcopy | Anil Madhavapeddy | |
ok tedu krw fgsch deraadt | |||
2003-09-02 | indent audio comment properly | David Krause | |
ok deraadt@ | |||
2003-09-02 | Revert the last change since both Pentium 4 and Mobile Pentium 4 | Alexander Yurchenko | |
can be with model = 2. Better cpu ident will be after 3.4. Problem noted by Wouter Clarie <rimshot@pandora.be>. ok deraadt@ | |||
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 | |
way for some future work. no function changes yet. help testing otto@ and markus@ | |||
2003-08-21 | fix symbol name error in mcount functionality in a.out->ELF transition. | Dale Rahn | |
This changes the real definition to __mcount, but with a weak mcount for compat. On the next major bump the weak alias should be removed. Without this diff the compiler symbol mcount conflicts with the user mcount() function. | |||
2003-08-20 | add mtd | Theo de Raadt | |
2003-08-19 | Properly identify Mobile Pentium 4-M processor | Alexander Yurchenko | |
ok mickey@ Live from marshrutka 368 ;-) | |||
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 | |
- support for 8 and 32 bit registers. from NetBSD. deraadt@ and krw@ testing and ok. | |||
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 | |
argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@ | |||
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 | |