summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use growable stacks for thread stacks that are the default stack size.jasone1999-07-0514-64/+462
* (1) Include linker.h because we use kldload()billf1999-07-041-3/+5
* fix DEV_MODULE, I overlooked this one in my last commitphk1999-07-042-4/+4
* Clean up some ambiguous nested if/elses.billf1999-07-0419-41/+62
* Fixed missing prototype for address_to_line(). One call passes anbde1999-07-041-1/+2
* configure "pccardd_flags" in /etc/rc.conf by sysinstall.hosokawa1999-07-042-6/+16
* Don't override the (correct) default for BINDIR.bde1999-07-041-2/+1
* Fixed style bugs in FreeBSD changes. KNF style doesn't apply to gnubde1999-07-041-4/+4
* Improved error handling in rev.1.18: don't ignore failure of execve().bde1999-07-041-5/+4
* Modified to configure pccard_mem in /etc/rc.conf by sysinstall.hosokawa1999-07-042-2/+10
* Feed the vty monster.des1999-07-042-4/+14
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-0427-93/+50
* Fixed corruption of the "blocked" list in lf_setlock() when tsleep()bde1999-07-041-17/+20
* Added "pccardd_flags" for rc.conf.hosokawa1999-07-043-5/+6
* Patch the WaveLAN/IEEE driver to detect and reject oversized receivedwpaul1999-07-042-4/+38
* make release (actually, make floppies) makes PC-card boot.flp automatically.hosokawa1999-07-041-3/+14
* Remove the 'tty' interrupt label. This is obsolete.nyan1999-07-042-6/+6
* Actually impliment the documented %Z specifier.obrien1999-07-042-2/+44
* Quick fix for breakage of bounds checking in rev.1.12. Only onebde1999-07-041-2/+2
* Minor nit - pn_cachesize is not a PN_RX_BUG_WAR varible.peter1999-07-041-3/+3
* Some cleanup and rearrangement. hw.physmem is now an absolute quantity;jlemon1999-07-042-242/+196
* The vfs.write_behind sysctl and related code support has been added tomckusick1999-07-041-3/+40
* The buffer queue mechanism has been reformulated. Instead of havingmckusick1999-07-0411-247/+399
* Shake hands with GDB a little bit earlier so that it is possible tojdp1999-07-031-3/+3
* Add the semi-official Bulk protocol id 'P'n_hibma1999-07-031-1/+6
* Latest updating changes for softupdates, inetd and newsysconfig.imp1999-07-031-1/+20
* Update pathnames for new location of soft-updates sources.jdp1999-07-031-4/+4
* Update comment for new location of soft-updates sources.jdp1999-07-033-6/+6
* Remove the soft-updates sources from their original location. Theyjdp1999-07-033-5353/+0
* Make the change similar to that suggested by Nick Hibma to avoid divide bymjacob1999-07-031-3/+4
* printf int/dev_t (pointer) warningpeter1999-07-032-6/+6
* Delete stray static prototype.peter1999-07-031-2/+1
* Stop rfork(0) from panicing. (oops!!)peter1999-07-031-2/+3
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-0339-217/+60
* Improve compatibility with other systems by changing the defaultimp1999-07-0310-10/+100
* Remove bogus argument to LIST_HEAD_INITIALIZERn_hibma1999-07-031-2/+2
* Delete special handling for 'device-driver' suffix, it's not used inpeter1999-07-032-13/+12
* Delete the 'device-driver' suffix. It's been meaningless for a long time.peter1999-07-0310-677/+657
* Only have the pci component compiled if pci is specified at config.peter1999-07-034-16/+8
* Move bt_isa.c to the cpu-independent isa section.peter1999-07-034-348/+4
* Fix warnings in last commit (dev_t is not an int, and not even intpeter1999-07-034-14/+16
* A minor tweak to shut up gcc (on the Alpha) for two (false) warnings.peter1999-07-031-2/+5
* Don't ignore weak symbols.dt1999-07-031-1/+0
* Reverse the FTP_PASSIVE_MODE check, so it checks for "is not NO" ratherdes1999-07-032-7/+8
* Added copyright.kato1999-07-038-8/+200
* Removed unused files.kato1999-07-032-883/+0
* Moved LCD controle routine for certain models of EPSON laptops intokato1999-07-032-58/+10
* Sync with sys/i386/i386/machdep.c revision 1.349.kato1999-07-032-188/+268
* Be more informative and try to ask the user in some instances if we can'tphk1999-07-034-22/+42
* Bail after 5 attempts to read very noisy signals.phk1999-07-031-4/+6
OpenPOWER on IntegriCloud