| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable isp and ispfw. Remove the nonexistant SUN_DISKLABEL and | jake | 2002-04-06 | 1 | -6/+3 |
* | Correct grammar(?) in comments. | dd | 2002-04-06 | 1 | -2/+2 |
* | Don't reinvent the wheel now that ether_ntoa(3) has been fixed | ru | 2002-04-06 | 1 | -25/+13 |
* | Remove a stale comment. | jake | 2002-04-06 | 1 | -4/+0 |
* | Include machine/ktr.h for sparc64 so we pick up KTR_CPU. | jake | 2002-04-06 | 1 | -0/+3 |
* | Provide an implementation of KTR_CPU that doesn't use pcpu, so we don't | jake | 2002-04-06 | 2 | -27/+31 |
* | Correct KINFO_PROC_SIZE for sparc64 due to segsz_t change. | jake | 2002-04-06 | 1 | -4/+1 |
* | segsz_t needs to be 64bit for sparc64. | jake | 2002-04-06 | 1 | -1/+2 |
* | Move ICU_* defines into icu.h. | nyan | 2002-04-06 | 12 | -118/+68 |
* | Remove pc98 code. | nyan | 2002-04-06 | 2 | -8/+0 |
* | Remove invalid KASSERTS. | jake | 2002-04-06 | 1 | -9/+0 |
* | Use CTASSERT rather than a runtime check to detect kinfo_proc size changes. | jake | 2002-04-06 | 1 | -16/+2 |
* | Remove types(5). It is of little use to have a manual with only the | mike | 2002-04-06 | 2 | -234/+1 |
* | Fix misordered list. | mike | 2002-04-06 | 1 | -3/+3 |
* | Add stdint(7), a manual which describes some of the integer types | mike | 2002-04-06 | 2 | -1/+123 |
* | Merged from sys/dev/syscons/syscons.c revisions 1.381 and 1.382. | nyan | 2002-04-06 | 1 | -1/+6 |
* | Merged from sys/isa/fd.c revision 1.228. | nyan | 2002-04-06 | 2 | -2/+2 |
* | Added the new kernel dumping support for pc98. | nyan | 2002-04-06 | 2 | -1/+2 |
* | Merged from sys/dev/sio/sio.c revisions 1.370 and 1.371. | nyan | 2002-04-06 | 2 | -20/+108 |
* | Fix a braino in the alignment of the segment contents after dumping | marcel | 2002-04-06 | 2 | -2/+24 |
* | Exclude xlint for ia64. For the time being, there are enough gcc | peter | 2002-04-06 | 1 | -1/+4 |
* | Fix ether_ntoa() to generate the %02x format people expect, instead of %x, | dillon | 2002-04-06 | 1 | -2/+3 |
* | Simplify and optimize. This speeds up 'initattr' enormously for small | des | 2002-04-06 | 1 | -41/+29 |
* | Nuke stale copy of the pam_ssh(8) source code. | des | 2002-04-06 | 1 | -497/+0 |
* | Make it a bit closer to the EFI build and tie up some loose ends. | peter | 2002-04-06 | 4 | -25/+12 |
* | Try and tidy up some very loose ends with paths to various libraries etc. | peter | 2002-04-06 | 3 | -11/+30 |
* | Do not add the ficl/alpha subdir to the ia64 include path. Try ficl/ia64 | peter | 2002-04-06 | 2 | -2/+2 |
* | Do not assume that ${OBJCOPY} variable exists. It was hidden by the | peter | 2002-04-06 | 2 | -0/+2 |
* | Use the correct elf hash table entry type. This matches a similar fix | peter | 2002-04-06 | 1 | -6/+6 |
* | Fix self hosted loader building. When you use a self configured gcc, it | peter | 2002-04-06 | 4 | -8/+8 |
* | Use <net/fddi.h> rather than <netinet/if_fddi.h>. | mdodd | 2002-04-06 | 1 | -1/+1 |
* | Add "xf86cfg -textmode" to the list of options for configuring XFree86 | murray | 2002-04-06 | 2 | -10/+18 |
* | Teach sysinstall the difference between a command line, and an | murray | 2002-04-06 | 2 | -6/+16 |
* | Sort. | murray | 2002-04-06 | 1 | -3/+3 |
* | Add www/links to the list of required packages. It is used by | murray | 2002-04-06 | 1 | -2/+3 |
* | style(9) cosmetique of my changes | ache | 2002-04-06 | 1 | -18/+18 |
* | Added support for 82540EM based cards. | pdeuskar | 2002-04-06 | 7 | -1011/+1107 |
* | htonl() and ntohl() operate on unsinged types, so they must zero-extend, | tmm | 2002-04-06 | 2 | -2/+2 |
* | FIPS 2.0 supports VFAT and FAT32. Reflect documentation to this fact. | asmodai | 2002-04-05 | 1 | -7/+6 |
* | Correct old wording of the arp functionality. | asmodai | 2002-04-05 | 1 | -5/+7 |
* | Sync with the new endianness in ata.h | sos | 2002-04-05 | 1 | -7/+19 |
* | Add support for the Dell 2650 | scottl | 2002-04-05 | 1 | -0/+1 |
* | Remove some duplicate free()s and add some that were missing. | des | 2002-04-05 | 1 | -21/+9 |
* | Dont quit prematurely when writing from stdin... | sos | 2002-04-05 | 1 | -2/+5 |
* | Add note about double-character letters like "ss" into BUGS section | ache | 2002-04-05 | 1 | -0/+3 |
* | Retire this copy; it now lives in sys/net/fddi.h. | mdodd | 2002-04-05 | 1 | -87/+0 |
* | Unlock the channel again if an ata_reinit() fails. | sos | 2002-04-05 | 1 | -1/+3 |
* | remove blanktime sysctl, this can't be done as easily as it looks. | alfred | 2002-04-05 | 1 | -2/+0 |
* | Change option ATA_ENABLE_BUSMASTER into ifdef __sparc64__ | sos | 2002-04-05 | 1 | -1/+1 |
* | Cleanups. | sos | 2002-04-05 | 2 | -12/+7 |