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