Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-25 | ANSI-fication, minor KNF. No code change. My plane had power outlets | Kenneth R Westerback | |
this time! | |||
2007-05-25 | Initial driver stub for the Marvell 88W8385 PCMCIA (CF) device. | Marcus Glocker | |
Loads firmware, sends first FW command, establish interrupts. | |||
2007-05-25 | add support for W83627DHG; ok kettenis | Constantine A. Murenin | |
2007-05-25 | fix a typo in RFACT of 3.3Vcc of w83627ehf; ok kettenis | Constantine A. Murenin | |
2007-05-24 | Close some (probably not all) holes in the creation of the required | Kenneth R Westerback | |
'i' partition. Keep asking for an MBR until it has both a DOS and an OpenBSD partition. Forcibly write a default disklabel, which will have the correct 'i' defined, before letting the user work on the disklabel. Use newfs(8) to format the 'i' partition instead of plopping a pre-formatted 1MB FAT in it. Remove a bunch of excess verbiage, which will reappear in an updated INSTALL.macppc. Feedback from otto@, drahn@ and deraadt@. | |||
2007-05-24 | create separate function to validate metadata. | Marco Peereboom | |
remove seeding of checksums. | |||
2007-05-24 | Make 'disklabel -w -d <disk>' work. i.e. write the default disklabel | Kenneth R Westerback | |
onto disk. More elegant than "dd if=/dev/zero of= ..." to clear out an old disklabel. Think of it as treating the spoofed disklabel created by readdisklabel() like an automatically generated disktab entry. Makes some install scripts (macppc to start) easier. | |||
2007-05-24 | If century not specified used the current one instead of aassuming 2000. | Todd C. Miller | |
2007-05-24 | place holder for signature checking | Marc Espie | |
2007-05-24 | catch up and rethrow Packing-List read issues with the filename when | Marc Espie | |
available. | |||
2007-05-24 | ZD1211B-based Edimax EW-7317LDG Wireless Detector / USB Adaptor works. ↵ | Constantine A. Murenin | |
Tested by me; ok jsg@ | |||
2007-05-23 | Add code to spin up secondary cpu's; still work in progress. | Mark Kettenis | |
prompted by deraadt@ a few times already. | |||
2007-05-23 | Fix cut and pasto, seconds value is now stored in dot, not p. | Todd C. Miller | |
2007-05-23 | s/Zyxel/ZyXEL/g ok jmc | Constantine A. Murenin | |
2007-05-23 | Set tm_sec to 0 if no seconds were specified by the timespec (-t) arg. | Todd C. Miller | |
2007-05-23 | Remove all vnode dependencies so that we can bootstrap softraid volumes. | Marco Peereboom | |
Code from tedu. Replace all kernel string magic with dev_t passed in from bioctl. Suggestion from beck and tedu. Help from miod. Fix chunk crc. ok tedu | |||
2007-05-23 | - attempt to explain (sub)sections before we start discussing them | Jason McIntyre | |
- merge the "-s section" and "section" parts: it doesn't make sense to keep them separate | |||
2007-05-23 | Print real/available memory in MB as well as bytes in dmesg, and unify | Peter Valchev | |
architectures to print it the same way. ok henning, miod; i386 part from tom | |||
2007-05-23 | "X Window System", in line with the rest of our docs; | Jason McIntyre | |
2007-05-23 | update the section list; | Jason McIntyre | |
2007-05-23 | for -S, note that machines have pages for all archs, and this mechanism | Jason McIntyre | |
allows one to view pages for one arch whilst using another (this seems to be not always clear to people); | |||
2007-05-23 | improve the descriptions for -f and -k, specifically making it | Jason McIntyre | |
clear that they run, respectively, whatis(1) and apropos(1); | |||
2007-05-23 | Sanity check the time argument specified by the -t argument. Some | Todd C. Miller | |
checks adapted from date(1). Now prevents scheduling jobs in the past just like the standard (ie: not -n) at(1) date parsing. | |||
2007-05-23 | remove some unneccessary bracketing; | Jason McIntyre | |
2007-05-23 | Remove unnecessary locking. There is no need for serializing calls to | Kurt Miller | |
these functions and each use of the fd is already protected. No externally visible changes. okay marc@ millert@ | |||
2007-05-23 | Add hack to prevent switching to serial console on four-digit B/C/J class | Mark Kettenis | |
workstations. This makes these machines actually boot. ok miod@ | |||
2007-05-23 | sync | Theo de Raadt | |
2007-05-23 | Enable elroy(4). | Mark Kettenis | |
2007-05-23 | Add proper bus_space_vaddr() implementation. | Mark Kettenis | |
ok miod@ | |||
2007-05-23 | timecounter support (e.g. soekris net4501); ok grange@ | Markus Friedl | |
2007-05-23 | use the intr pool when allocating from interrupt context; | Markus Friedl | |
fixes pppoe f_addrhooks panics (e.g. pr 5454); ok canacar | |||
2007-05-23 | no more /usr/share/ipsec; | Jason McIntyre | |
2007-05-23 | fiddle with SharedLibs name, put common code into a common place in | Marc Espie | |
pkg_add. | |||
2007-05-23 | use autovivify | Marc Espie | |
2007-05-23 | instead of trying to keep up w/ changing url, simply document | Jason McIntyre | |
the name of the chip document; fixes pr 5489, from Diego Casati ok jsg | |||
2007-05-23 | Get rid of some obsolete exampels. | Hans-Joerg Hoexer | |
ok and prodding @jmc | |||
2007-05-23 | +.Cd "pci* at elroy?"; ok kettenis | Jason McIntyre | |
2007-05-23 | %z in printf(9) is not the same as %z in printf(3). Change to %lu | Ray Lai | |
and cast arg to ulong. OK jsg@ and krw@. | |||
2007-05-22 | Add the BCM5709 PCI device Id. It is disabled for now since we do not | Reyk Floeter | |
support SerDes-based (1000base-SX fibre) bnx(4) devices yet. The reason is simple - we do not have any fibre bnx(4) to test and port the SerDes changes from the other bnx drivers. From brad found in the Linux driver | |||
2007-05-22 | sync | Reyk Floeter | |
2007-05-22 | Add another bnx(4) PCI Id (BCM5709 SerDes 1000base-SX) | Reyk Floeter | |
2007-05-22 | - tweak .Nd a little | Jason McIntyre | |
- new sentence, new line | |||
2007-05-22 | Add pciide(4) and things that attach to it. | Mark Kettenis | |
2007-05-22 | Add elory(4). | Mark Kettenis | |
2007-05-22 | elroy(4). | Mark Kettenis | |
2007-05-22 | Add option HP8700_CPU. | Mark Kettenis | |
2007-05-22 | Hook up astro(4). | Mark Kettenis | |
2007-05-22 | astro(4) | Mark Kettenis | |
2007-05-22 | zap trailing whitespace; | Jason McIntyre | |
2007-05-22 | adress -> address | Jasper Lievisse Adriaanse | |
from brad ok claudio@ |