summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Provide an implementation of KTR_CPU that doesn't use pcpu, so we don'tjake2002-04-062-27/+31
| | | | | crash and burn if its not setup yet. Add timestamp, cpu, and (fake) file and line recording to the asm version of CTR.
* 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 the ugly yuck code to busy wait for 20 seconds.
* Remove types(5). It is of little use to have a manual with only themike2002-04-062-234/+1
| | | | | contents of a header. It is of even less use when its contents are stale.
* Fix misordered list.mike2002-04-061-3/+3
|
* Add stdint(7), a manual which describes some of the integer typesmike2002-04-062-1/+123
| | | | available in the <stdint.h> header.
* 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
| | | | | | the program headers. As a result of this, dumplo was advanced too much causing the end of the dump and most notably the trailing dump header to be written beyond the end of the the dump medium.
* Exclude xlint for ia64. For the time being, there are enough gccpeter2002-04-061-1/+4
| | | | | | | dependencies in the machine/* headers to make it explode when -U__GNUC__ is specified by lint. Not to mention that lint is passing undocumented (illegal?) args to cpp and that seems to upset gcc-3.1 now. Specifically, -Wp,-CC. -Wp,-C is documented and legal though.
* Fix ether_ntoa() to generate the %02x format people expect, instead of %x,dillon2002-04-061-2/+3
| | | | | | for the ethernet address. MFC after: 1 day
* Simplify and optimize. This speeds up 'initattr' enormously for smalldes2002-04-061-41/+29
| | | | attribute sizes (up to two orders of magnitude!)
* 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
| | | | instead.
* Do not assume that ${OBJCOPY} variable exists. It was hidden by thepeter2002-04-062-0/+2
| | | | fact that the 'ia64-make' wrapper explicitly set it.
* Use the correct elf hash table entry type. This matches a similar fixpeter2002-04-061-6/+6
| | | | | in the kernel side of things some time ago. The hash table entries are always 32 bits wide, even on 64 bit machines.
* Fix self hosted loader building. When you use a self configured gcc, itpeter2002-04-064-8/+8
| | | | | | | | | | | | | detects and uses the gas section merge support. As a result, a whole bunch of new sections arrive, including .rodata.str1.8, which was not included in our custom ldscript.ia64. The result was a loader binary that EFI rejected. While here, collect the loader shell commands linker set and include it in the data area rather than having its own section. /boot/loader.efi was the last holdout for having a 100% self built ia64 system.
* 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
| | | | | | 4.X. Suggested by: many
* Teach sysinstall the difference between a command line, and anmurray2002-04-062-6/+16
| | | | | executable file, so that we can pass commands with arguments to configXSetup().
* Sort.murray2002-04-061-3/+3
|
* Add www/links to the list of required packages. It is used bymurray2002-04-061-2/+3
| | | | | | | sysinstall to read the HTML documentation. Move graphics/gimp1 and lang/gnat from disc #3 to disc #1, we have extra space.
* style(9) cosmetique of my changesache2002-04-061-18/+18
|
* Added support for 82540EM based cards.pdeuskar2002-04-067-1011/+1107
| | | | | | Cosmetic changes to make code more unix-like. MFC after: 1 week
* htonl() and ntohl() operate on unsinged types, so they must zero-extend,tmm2002-04-062-2/+2
| | | | | not sign-extend. Fix a comment in the former to that effect, and change the latter over to do the right conversion.
* FIPS 2.0 supports VFAT and FAT32. Reflect documentation to this fact.asmodai2002-04-051-7/+6
| | | | | PR: 35684 Submitted by: Gary W. Swearingen <swear@blarg.net>
* Correct old wording of the arp functionality.asmodai2002-04-051-5/+7
| | | | | | | | We are long past the stage where we only had ARP working for 10 Mb/s. PR: 35604 Submitted by: Gary W. Swearingen <swear@blarg.net> Additional comments by: Mike DeGraw-Bertsch <mbertsch@radioactivedata.org>
* Sync with the new endianness in ata.hsos2002-04-051-7/+19
|
* Add support for the Dell 2650scottl2002-04-051-0/+1
| | | | Submitted by: andrew_bachler@dell.com
* Remove some duplicate free()s and add some that were missing.des2002-04-051-21/+9
| | | | Submitted by: tmm
* 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
| | | | Reviewed by: Mike DeGraw-Bertsch <mbertsch@radioactivedata.org>
* 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
| | | | Requested by: jhb
* Change option ATA_ENABLE_BUSMASTER into ifdef __sparc64__sos2002-04-051-1/+1
|
* Cleanups.sos2002-04-052-12/+7
|
* Cleanup, use the same method to denote parts for endianess.sos2002-04-051-2/+2
|
* Dont allow to detach twice.sos2002-04-051-1/+2
|
* Add some functionality via sysctl to syscons.alfred2002-04-051-1/+8
| | | | | | | | | | | hw.syscons.saver.keybonly: used to specify that only input is to interrupt the screensaver. This allows one to run a chatty console app but still have the screen blank out until a key is pressed. There should probably also be an ioctl for this, we'll do that later. hw.syscons.saver.blanktime: exports the screensaver timeout via sysctl. Submitted by: Olivier Houchard <doginou@cognet.ci0.org>
* Make LINT compile again.phk2002-04-051-1/+1
|
* Add a missing word.bmah2002-04-052-2/+2
|
OpenPOWER on IntegriCloud