Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-08 | kill misplaced comment | Michael Shalayeff | |
2004-04-08 | repair pcxs/t confoosion | Michael Shalayeff | |
2004-04-08 | add RCS id | Kevin Lo | |
2004-04-08 | on RAMDISK kernels, do not compare / time against the system time | Theo de Raadt | |
2004-04-07 | update copyright; miod@ is fine w/ files where he holds it too | Michael Shalayeff | |
2004-04-07 | Allow pxeboot to compile with gcc3. | Tom Cosgrove | |
Found by various (thanks!), fix originally from naddy@. Prodded by espie@. ok deraadt@ | |||
2004-04-07 | hifn card works just fine (with working /dev/crypto). | Dale Rahn | |
2004-04-07 | align /dev/crypto with it's device node. would allow crypto cards to be used. | Dale Rahn | |
2004-04-06 | in cpu_exit() make sure to flush the fpu operation (store fr0) | Michael Shalayeff | |
2004-04-06 | repair last: proper unimplemented'' trap check | Michael Shalayeff | |
2004-04-06 | doh. disable ahc here as well | Michael Shalayeff | |
2004-04-05 | Switch mvme88k to -O2 optimization by default. | Miod Vallat | |
(the perl chunk discussed with millert@ and pushed upstream) | |||
2004-04-03 | - report known USB device vendors | Christian Weisgerber | |
- uftdi works ok deraadt@ | |||
2004-04-03 | add pxeboot references to FILES and SEE ALSO; | Jason McIntyre | |
ok deraadt@ | |||
2004-04-03 | make it look more like the other archs | Michael Shalayeff | |
2004-04-02 | K6-2/3 powernow driver. not without quirks, but mostly working. | Ted Unangst | |
testing by david@ ok deraadt@ | |||
2004-04-02 | set correct MAC address for Farallon eth' cards. | Xavier Santolaria | |
Tested by Martin Reindl <mreindl at catai.org> ok miod@. | |||
2004-04-02 | repair fcnv* emulation. | Michael Shalayeff | |
generate proper signals/siginfo. partially repairs the "otto" case. | |||
2004-04-02 | remove pk from copyright, seen in netbsd | Theo de Raadt | |
2004-04-02 | axe usb ethernet driver hacked into the tree by taleck@oz.net | Theo de Raadt | |
2004-04-01 | typos in comments: hz -> Hz | Xavier Santolaria | |
initial hint from Martin Reindl <mreindl at catai.org> ok miod@ jmc@. | |||
2004-03-30 | knock out INET6: media too large for some machines | Theo de Raadt | |
2004-03-26 | Allow the last page of physical memory (pci space) to be mapped. ok deraadt@ | Dale Rahn | |
2004-03-26 | Do not dereference pointers before checking whether they are valid (triple ↵ | Miod Vallat | |
sigh). ok deraadt@ | |||
2004-03-23 | Add TI 1510 to recognized list of chips to configure. ok deraadt@ | Dale Rahn | |
2004-03-22 | Initialize msb and lsb tables (from NetBSD). | Thomas Nordin | |
Use lsb table when calculating microtime. deraadt@ ok | |||
2004-03-22 | Fix dates on my copyrights. | Tom Cosgrove | |
Noticed my miod@, thanks. ok deraadt@. | |||
2004-03-21 | Remove example for ISC dhcpd. The vendor-class-identifier option is not | Tom Cosgrove | |
useful anyway, since amd64 machines use the same value as i386. requested by deraadt@ | |||
2004-03-21 | Grammar fix from jmc@ | Tom Cosgrove | |
2004-03-21 | Enter pxeboot on amd64. Initially intended to support network installs | Tom Cosgrove | |
using bsd.rd over TFTP. ok deraadt@ | |||
2004-03-21 | Bring in sync with i386 and enable interrupts before halt when we error | Tom Cosgrove | |
out. Allows use of Ctl-Alt-Del to reboot in case of failure. ok weingart@, deraadt@ | |||
2004-03-21 | i386 -> amd64. Ok miod@, deraadt@, tom@. | Matthieu Herrb | |
2004-03-20 | add the rest of the oosiop machines for timeout programming except for /99s ↵ | Michael Shalayeff | |
which i ain't sure even exist | |||
2004-03-20 | add support for the lebuffer sbus le units | Theo de Raadt | |
2004-03-19 | Off-by-ones, requests for (x * PAGE_SIZE) + 1 bytes would not allocate the | Miod Vallat | |
last page. Found the hard way by chris@ and claudio@. ok jason@ deraadt@ | |||
2004-03-19 | Tidy up the man page | Tom Cosgrove | |
Help and kickings from jmc@ | |||
2004-03-19 | Enter pxeboot, derived from the NetBSD implementation. Initially | Tom Cosgrove | |
intended to support network installs using bsd.rd over TFTP. Thanks to the many who tested, including Diana Eichert. ok deraadt@ | |||
2004-03-17 | Otto@ confirms 715/50 needs the viper timeout kluge to be really happy. | Miod Vallat | |
2004-03-17 | Remove pointless printfs. | Dale Rahn | |
2004-03-17 | Better backlight detection on macppc, ok miod@ krw@ (a bit ago) | Dale Rahn | |
2004-03-17 | Make sure disklabels use at least DEV_BSIZE as their sector size. | Miod Vallat | |
This allows the kernel to survive reading the disklabel off a 256-bytes/sector scsi device... ok deraadt@ | |||
2004-03-17 | one sysctl.h should be enough | Ted Unangst | |
2004-03-17 | Add explicit flags to mem0. | Miod Vallat | |
2004-03-17 | Tweak the viper control register: | Miod Vallat | |
- do not enable EISA bus grant until we really attach eisa devices; - on some machines, booting from disk would hang in either "mem0" or "cpu0" probe. Tinkering eventually pointed out that setting a non-zero non-rachitic value for the viper's bus error timeout would help. Right now, this kluge will only be enabled by default on a known list of affected machines (which may grow over time...), and device attachment flags allow users to try the other behaviour if necessary. Discussed and crafted with mickey@, "it's gross" deraadt@ | |||
2004-03-17 | No installboot(8) on hppa, but on the other hand boot_hppa(8) has been added | Miod Vallat | |
since this page was written; pointed out by Otto. | |||
2004-03-16 | Regen. | Miod Vallat | |
2004-03-14 | Enable oosiop. | Miod Vallat | |
2004-03-12 | no raid by default, until that thing is silent | Theo de Raadt | |
2004-03-12 | missing .El here, too; | Jason McIntyre | |
2004-03-12 | missing .El; | Jason McIntyre | |