summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* FreeBSD 4.6, 4.6.2, 4.7 and 4.8 are now officially supported in -mdoc.ru2002-09-302-7/+5
|
* Only print out the "SMP: AP CPU #N Launched!" message on verbose boots.obrien2002-09-306-24/+24
| | | | The kernel printf() isn't race-free
* Save the FP state in the PCB as that is compatable with releng4 binaries.obrien2002-09-302-0/+20
| | | | | | | This is a band-aid until the KSE pthread committers get back on the ground and have their machines setup. Submitted by: eischen
* HARP driver for the IDT77201/211 NICStAR ATM Adapter (Including Fore LE155).mdodd2002-09-306-0/+4708
| | | | Obtained from: Richard Hodges <rh@matriplex.com>
* Use fcntl.h from inside /sys.obrien2002-09-301-1/+1
| | | | Reviewd by: scottl
* SAMSUNG SWL-2000P PCI Cardimp2002-09-301-0/+6
| | | | Submitted by: Robert Dezorzo
* Psion Dacom Gold Card Ethernetimp2002-09-301-0/+6
| | | | Submitted by: Rick Hoppe
* Generic Prism2.5 cardimp2002-09-301-0/+6
| | | | Submitted by: Matt Peterson
* Belkin F5D5020 pccard.imp2002-09-301-0/+6
| | | | Submitted by: Philip Pereira
* Entry for I-O Data PCET/100-CLimp2002-09-301-0/+6
| | | | Submitted by: MATSUO Masahiko-san
* mbuf leak in the error case has been fixed. When we haveimp2002-09-301-1/+3
| | | | | | | an error, go ahead and m_freem the buffer. PR: 32666 Submitted by: Chi-Fung Fan
* Remove bogus comments about why we do some silly things, and insteadimp2002-09-291-12/+1
| | | | | | | just say that the reasons are historical. Pr: 41104 Submitted by: hiten
* Make beep not depend on HZ setting.imp2002-09-291-4/+6
| | | | | | PR: 25201 Submitted by: Akio Marita-san # This is the last part of the PR uncommitted.
* SMIENB not needed, but maybe PCI_CLOCK is, so put it in #if 0'd outimp2002-09-292-6/+9
|
* Parens considered good.imp2002-09-291-1/+1
|
* uh, commit all of the patchjulian2002-09-292-0/+2
|
* commit the version I actually tested..julian2002-09-292-4/+8
| | | | Submitted by: davidxu
* oops, last second botch: fix extra 'i'imp2002-09-291-3/+3
|
* o Belkin wireless cardimp2002-09-291-8/+23
| | | | | | | | | | | | | | | PR: 38919 Submitted by: Tommy Johnson o IBM IDE CDROM PR: 39537 Submitted by: Kevin Van Maren o T-Sunus 130 card PR: 41802 Submitted by: Oliver Schneider
* Implement basic KSE loaning. This stops a hread that is blocked in BOUND modejulian2002-09-298-9/+104
| | | | | | | | | from stopping another thread from completing a syscall, and this allows it to release its resources etc. Probably more related commits to follow (at least one I know of) Initial concept by: julian, dillon Submitted by: davidxu
* Finishing sparc64 translation, somes fixs on alphagioria2002-09-292-142/+163
|
* Add -x option. This causes pccardd to exit after probing the cards. Thisimp2002-09-292-2/+14
| | | | | | | is useful for low memory systems. PR: 36418 Submitted by: Forrest W. Christian
* Add a ; to make a non-null statementimp2002-09-291-1/+1
|
* o FreeSPirit ISDN/56K modem cardimp2002-09-291-0/+35
| | | | | | | | | | | | | | o No-name OEM Prism card o ActionTec Prism card o ZoomAir 11Mbps High Rate wireless networking PR: 41929, 41928 Submitted by: Bruce M Simpson o Dynalink L100C16 PR: 41938 Submitted by: Marco van de Voort
* - Fixs to allow correct buildinggioria2002-09-2913-20/+20
| | | | - Welcome to the new hardware notes section to the build
* SGMLise accentsgioria2002-09-291-26/+29
|
* Corrects alls files to allow relnotes buildgioria2002-09-293-81/+86
|
* New translationgioria2002-09-291-669/+794
|
* Fix commentimp2002-09-291-1/+1
|
* Limit the TX key to a valid rangeimp2002-09-292-1/+8
| | | | PR: 39960, 39961 (patches here pointed out problem, but didn't quite fix it)
* Don't leak the bar list for each thing we allocate.imp2002-09-291-1/+3
| | | | | | # This code really needs a rewrite Spotted by the eagle eyes of: phk
* More translationgioria2002-09-291-585/+709
|
* Don't make an error even if drivers.conf does not exist.nyan2002-09-291-3/+5
| | | | Tested on: snapshots.pc98.jp.FreeBSD.org
* Align the stack suitably for the version of gcc in FreeBSD-4 (providedbde2002-09-292-0/+66
| | | | | | | | | | | | | | | | | | | -fomit-frame-pointer is not used). This is mostly moot for -current because gcc-3 does the alignment (slightly incorrectly) in main(). This patch is intended for easy MFC'ing and should be backed out in -current soon since it causes compiler warnings and better fixes are possible in -current. The best fix is to do nothing here and wait for gcc to do stack alignment right. gcc-3 aligns the stack in main(), but does it too late for main()'s local variables and too late for anything called before main(). A misaligned stack is now more than an efficiency problem, since some SSE instructions in some or all (hardware) implementations trap on misaligned operands even if alignment checking is not enabled. PR: 41528: Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (original version) MFC after: 3 days
* Added some buggy PC-98 PnP cards support.nyan2002-09-293-8/+78
|
* Remove dead code which supported systems without O_APPEND, O_CREAT or SIGTSTP.tjr2002-09-292-34/+0
|
* Fixed some of the namespace pollution in rev.1.33. <sys/systm.h> wasbde2002-09-291-1/+0
| | | | | included here because it was once a prerequisite of <sys/mutex.h> although that bug was fixed long ago.
* Include <sys/systm.h> instead of depending on namespace pollution inbde2002-09-292-16/+2
| | | | | <net/if_var.h>. But depend on the standard pollution in <sys/param.h>. Removed unused includes.
* Include <sys/systm.h> instead of depending on namespace pollution inbde2002-09-291-2/+1
| | | | <net/if_var.h>. But depend on the standard pollution in <sys/param.h>.
* Merged from sys/isa/fd.c revision 1.238.nyan2002-09-292-8/+8
|
* Merged from sys/dev/syscons/syscons.c revision 1.389.nyan2002-09-291-5/+5
|
* Merged from sys/dev/sio/sio.c revisions 1.380 and 1.381.nyan2002-09-292-18/+16
|
* Document 1Gbyte max memory limitation on Miata.wilko2002-09-291-0/+4
|
* Convert the remaining callers of errmsg() to use strerror(), and removetjr2002-09-294-111/+13
| | | | errmsg() and its table of error messages.
* Mark the signo as __unused in a lazy signal handler.jmallett2002-09-291-1/+1
|
* Fix style nit where conditionally compiled code was unconditionalized,obrien2002-09-291-2/+1
| | | | | | but style(9) was consulted. Submitted by: bde
* Add getopt_long(3).eric2002-09-295-3/+846
| | | | | Obtained from: NetBSD Sponsored by: Apple
* lock proc while calling psignaljulian2002-09-292-18/+34
| | | | | | (plus related cleanups) Submitted by: davidxu
* Fix spurious three-space indentation in a four-space indentation file.jmallett2002-09-291-2/+2
|
* Allow the shell preference for make(1) to be set in make.conf(5), and hopefullyjmallett2002-09-291-0/+7
| | | | | trick a few people into setting MAKE_SHELL to csh, although that can still rebuild itself to allow them to heal the wound in their foot.
OpenPOWER on IntegriCloud