summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Call if_link_state_change() when link status changes.glebius2005-02-041-0/+4
* Remove another vestige of support for a non-IEEE libm.das2005-02-041-2/+0
* Reduce diffs against vendor source (Sun fdlibm 5.3).das2005-02-0428-428/+476
* Don't print out a failure message when an attach for FFixedHW fails.njl2005-02-041-16/+25
* Return a special status of "not supported" for functional fixed hardwarenjl2005-02-041-3/+3
* Don't rely on indirect inclusion of machine/bus.h to useimp2005-02-041-0/+1
* - Add ke_runq == NULL to the conditions which will cause us to abortjeff2005-02-041-2/+2
* Where the returned line length from Buf_GetAll is not used just passharti2005-02-042-6/+3
* Rewrite of the buf code:harti2005-02-042-169/+95
* Add a Token Ring section which lists devices supported by oltr(4) for now.brueffer2005-02-042-0/+14
* Add oltr(4)brueffer2005-02-041-0/+1
* - Fix build with TRACE_MESSAGES definedglebius2005-02-041-2/+2
* cosmetic changes.nyan2005-02-041-6/+6
* The bs and wdc drivers are gone.nyan2005-02-041-8/+0
* teach scope of IPv6 address to net.inet6.tcp6.getcred.ume2005-02-042-8/+20
* Move machine-dependent crud to its own makefile.das2005-02-045-22/+32
* Remove wrappers and other cruft intended to support SVID, mistakes indas2005-02-0475-3283/+81
* Save last displayed file by having the "last" pointer global and save itdelphij2005-02-041-6/+8
* Fix pc98 support (broken by previous change).nyan2005-02-041-1/+1
* Merged from sys/dev/sio/sio.c revision 1.457.nyan2005-02-042-10/+18
* MFi386: revision 1.605.nyan2005-02-042-18/+102
* None of the users of Buf_Discard used it to get rid of only a part ofharti2005-02-044-28/+13
* MFi386: revision 1.514.nyan2005-02-041-0/+1
* Inline the ADDWORD() macro in the two places where it is used. It justharti2005-02-041-10/+11
* Use _exit() instead of exit() when the exec() after a vfork() fails.harti2005-02-041-1/+1
* Move PrintAddr() from util.c into suff.c - the only file where it isharti2005-02-043-12/+17
* General whitespace cleanup: remove mixes of tabs and spaces, removeharti2005-02-047-86/+85
* Minor cleanup: make brk_string to return argc only if the pointer to itharti2005-02-042-15/+6
* Further constification. Use a temporary hack (copying the input string)harti2005-02-042-42/+52
* Quote example file names consistently, and fix a small grammatical nit.ceri2005-02-041-2/+2
* Improve EIO error description and mention that it can also occur whilepjd2005-02-041-1/+1
* This commit was generated by cvs2svn to compensate for changes in r141261,delphij2005-02-044-0/+1480
|\
| * Import a (stripped) snapshot of OpenBSD's nc(1) an excellentdelphij2005-02-044-0/+1480
* Use an extra variable to assign to instead of missusing an inputharti2005-02-041-7/+7
* Replace space, tab mixes by tabs.harti2005-02-041-5/+5
* Use tabs to move to the comments instead of wild mixes of tabs and spaces.harti2005-02-041-14/+14
* Style: line up with tabulators.harti2005-02-041-6/+6
* Use a typedef for the conditional handler function so that declaringharti2005-02-041-7/+9
* Style: remove a space between a function name and the openingharti2005-02-041-1/+1
* Some more easy constification.harti2005-02-0414-56/+65
* Make the devclass static for now until deciding whether to share them.njl2005-02-041-1/+1
* Bump __FreeBSD_version for cpufreq addition. Requested by marcus@njl2005-02-041-1/+1
* Sort includes a little so that bus.h comes before cpu.h (for device_t).njl2005-02-045-17/+18
* Include sys/bus.h before sys/cpu.h. The latter needs device_t.marcel2005-02-041-0/+1
* Set the scheduling class of the zeroidle thread to PRI_IDLE.ssouhlal2005-02-041-2/+5
* Set the scheduling class of the idle threads to PRI_IDLE.ssouhlal2005-02-041-1/+2
* MFi386: Merge updates to the cpu pseudo-driver. Compile, not runtimenjl2005-02-041-26/+64
* Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.njl2005-02-046-2/+30
* Add the ACPI Performance states driver. This driver offers two or morenjl2005-02-041-0/+420
* Add a cpufreq driver for the SpeedStep capability in the ICH chipset. Thisnjl2005-02-041-0/+372
OpenPOWER on IntegriCloud