Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-08 | verbose disklabel -B, and fdisk -u and -y | Theo de Raadt | |
2006-11-08 | add a -y flag, for non-interactive use | Theo de Raadt | |
2006-11-08 | build miniroot | Dale Rahn | |
2006-11-08 | Build miniroot filesystem (for dding onto CF) | Dale Rahn | |
2006-11-08 | [-s states] and [-w logins] bits. | Xavier Santolaria | |
2006-11-08 | Implement interrupt counters (better) | Dale Rahn | |
2006-11-08 | Make XMAC work on on big-endian systems. | Mark Kettenis | |
help & ok jason@, ok brad@ | |||
2006-11-08 | we want the mbr on the install media | Theo de Raadt | |
2006-11-08 | bring back support for CVS_CLIENT_LOG that was removed with | Xavier Santolaria | |
the proto.c removal a while ago.... OK ray@ joris@. | |||
2006-11-08 | OBJCOPY should default to objcopy. | Dale Rahn | |
2006-11-08 | sync | Theo de Raadt | |
2006-11-08 | Add Decision Computer Inc 2/4/8 port serial cards. | Ryan Thomas McBride | |
2006-11-08 | attempt to make disk bootable | Theo de Raadt | |
2006-11-08 | fix LINKS | Theo de Raadt | |
2006-11-08 | sync | Theo de Raadt | |
2006-11-08 | this is actually a primary bootblock (xxboot) not a secondary bootblock | Theo de Raadt | |
(bootxx) thus disklabel -B will automatically pick it up now; ok drahn | |||
2006-11-08 | Add support for Decision Computer multiport serial cards. | Ryan Thomas McBride | |
2006-11-08 | sync | Ryan Thomas McBride | |
2006-11-08 | Add Decision Computer Inc and device ids for their PCCOM serial cards. | Ryan Thomas McBride | |
2006-11-08 | sync | Theo de Raadt | |
2006-11-08 | remove another irrelevant reference; ok jmc@ | Kevin Steves | |
2006-11-08 | fix sigmask handling bug that caused SIGCHLD to be almost always | Otto Moerbeek | |
masked. DOH! miod@ | |||
2006-11-08 | getvnode requires vnode.h; from bret lambert | Jason McIntyre | |
ok pedro | |||
2006-11-08 | remove mention of the SIOCSIFADDR ioctl or the use of arp in individual | Brad Smith | |
Ethernet driver man pages. | |||
2006-11-08 | sets getting closer. | Dale Rahn | |
2006-11-08 | Clean up some of the "magic" constants in the driver, based on the | Brad Smith | |
documentation for the Broadcom 43xx wireless chips that share the same basic hardware. From Jon Simola <jsimola at gmail dot com> | |||
2006-11-07 | sync | Theo de Raadt | |
2006-11-07 | sync | Theo de Raadt | |
2006-11-07 | sync | Theo de Raadt | |
2006-11-07 | landisk has usb | Theo de Raadt | |
2006-11-07 | Add TX done cleanup. | Marcus Glocker | |
2006-11-07 | Load the syscall number into the scratch register (r12) so that we dont | Dale Rahn | |
need the copyin. | |||
2006-11-07 | em_get_buf(): | Brad Smith | |
- Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() + mtod(). - Only BUS_DMASYNC_PREREAD is necessary for the bus_dmamap_sync(). em_allocate_receive_structures(): - Clean up error handling for receive buffer allocation and just have everything done by em_free_receive_structures() now. em_free_receive_structures(): - A few changes here to allow this function to be called from em_stop() as well as em_allocate_receive_structures(). Tested on i386/amd64/sparc64. ok reyk@ | |||
2006-11-07 | Add xmphy(4) here too. | Mark Kettenis | |
ok brad@ | |||
2006-11-07 | Add xmphy(4). | Mark Kettenis | |
ok drahn@, brad@ | |||
2006-11-07 | It is better to use isatty() to see if a dev is seekable, because | Otto Moerbeek | |
skipping blocks on a raw disk device with bad sectors should be possible. Noted by Geoff Steckel; ok tom@ deraadt@ | |||
2006-11-07 | remove sudo around includes, since that's already done by the toplevel. | Marc Espie | |
Requested by Mr T. | |||
2006-11-07 | more junk | Theo de Raadt | |
2006-11-07 | some files landisk will not have | Theo de Raadt | |
2006-11-07 | remove nasty ugly horrid hack that was for armish but was copied... | Dale Rahn | |
2006-11-07 | likely very broken sets files for this new arch (which isn't quite there yet). | Dale Rahn | |
2006-11-07 | activate *trans functions, noticed by robert/wilfried, tested by | Marc Espie | |
various people. | |||
2006-11-07 | Build the correct arch softfloat code. | Dale Rahn | |
2006-11-07 | remove some irrelevant references; spotted by stevesk | Jason McIntyre | |
ok henning stevesk | |||
2006-11-07 | sort out the mess of Dq/Po/Pc running amok the keyboard pages... | Jason McIntyre | |
2006-11-07 | remove wdc debug | Dale Rahn | |
2006-11-07 | forgot to commit the new files for sh softfloat support. | Dale Rahn | |
2006-11-07 | BN_hex2bn returns int; from dtucker@ | Markus Friedl | |
2006-11-07 | a fix derived from freebsd 1.196 revision. | Michael Shalayeff | |
due to ffs_sync not be able to sync some buffers here is another instance of softdep code that must ensure proper syncing. try harder to flush MKDIR_BODY dependancy if such still exists during pagedep flush (that is by syncing first block of the dir). pedro@ ok | |||
2006-11-07 | correctly check for bad signatures in the monitor, otherwise the monitor and | Markus Friedl | |
the unpriv process can get out of sync. with dtucker@, ok djm@, dtucker@ |