summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Take the rc4 code out of ng_mppc module so we don't fail to load whenambrisko2003-02-052-2/+6
* Remove MAKEDEV quirks, now obsolete.alex2003-02-052-21/+0
* Fix for fwmem write part.simokawa2003-02-051-14/+14
* Add regression test for soon-to-be-committed fpclassify().mike2003-02-052-1/+70
* Remove srandom():ache2003-02-051-6/+1
* Comment out srandom():ache2003-02-052-1/+4
* NODEVFS cleanup.ru2003-02-052-7/+1
* Do not start err(3) strings with uppercase nor dot terminate them.charnier2003-02-052-9/+8
* Header was included twice. Hardcode program name in usage string.charnier2003-02-051-5/+1
* Wrap long line. Use .Ar instead of .Nm where appropriate.charnier2003-02-051-8/+9
* Spelling.charnier2003-02-052-2/+2
* The .Fn functioncharnier2003-02-052-9/+14
* The .Xr utilitycharnier2003-02-051-2/+3
* Add FBSDID. udp/bootps -> bootps/udp. Use err(3).charnier2003-02-054-46/+41
* Prevent uppercase after .Xr by adding ``The ... utility/system call''.charnier2003-02-052-7/+9
* Add FBSDID.charnier2003-02-051-1/+3
* Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according tocharnier2003-02-055-4/+24
* Enclose sccsid according to style(9).charnier2003-02-052-5/+7
* GC an unused variable.benno2003-02-052-4/+0
* Export the ns_per_tick variable through md_var.h rather than by declaringbenno2003-02-054-4/+4
* - Use cpu_setup() instead of identifycpu().benno2003-02-052-160/+2
* Add cpu.c. This contains one exported function, cpu_setup(), which handlesbenno2003-02-053-0/+367
* - Update spr.hbenno2003-02-052-79/+325
* Add an inline function wrapper for the mfpvf (Move From Processor Versionbenno2003-02-051-0/+10
* Not all cpus are MPC750s. Replace the MPC750 cpu option with OEA. Thisbenno2003-02-053-3/+3
* Replace the inline asm in delay() with a while loop. This may not be asbenno2003-02-052-16/+8
* - Rename the "powerpc" timecounter to the "decrementer" timecounter.benno2003-02-055-14/+40
* This file has no longer any content from the original Berkeley file sophk2003-02-052-50/+6
* Allow "~/" in pathnames to work for a chrooted user.yar2003-02-051-2/+4
* * Update copyright year.dougb2003-02-051-5/+6
* Avoid undefined symbol error with an IPv4 only kernel.ume2003-02-051-1/+9
* * Update copyright year.dougb2003-02-051-2/+5
* Moved 802.11 (device wlan) consumers to the third floppy as well.ru2003-02-051-2/+2
* Reduce diff to i386/isa/clock.c by unifdef -DPC98phk2003-02-053-1245/+0
* Typo in last commitphk2003-02-053-3/+3
* MFi386: write the correct weekday back to the RTC.phk2003-02-053-3/+3
* i386/i386/tsc.c was repo-copied from i386/isa/clock.c.phk2003-02-054-2376/+40
* Mention that the CLOCK_VIRTUAL and CLOCK_PROF clocks are not implemented.tjr2003-02-051-1/+7
* Make get_cyclecount() use binuptime() when no tsc is available: it is cheaper.phk2003-02-052-8/+8
* Obtain the media type from the shared memory and only use the eepromps2003-02-052-7/+17
* Properly get the drive geometry from the controller. This shouldps2003-02-053-10/+108
* Close a memory leak when rescanning the bus.ps2003-02-051-0/+1
* Add some reference.simokawa2003-02-052-2/+9
* Support for suspend/resume in laptops. Loosely based on the wi(4) patchesambrisko2003-02-053-0/+41
* The manual page lists only 2 files, however it reads as `three files' which istrhodes2003-02-051-2/+2
* Implement mpo_check_kld_load() and mpo_check_kld_unload() for the Bibarwatson2003-02-041-0/+39
* Place more stringent checks on process credential relabeling for the Bibarwatson2003-02-042-12/+21
* Rename the variable 'grade' to 'type' in interface parsing andrwatson2003-02-042-12/+12
* Remove another unused doc Makefile.trhodes2003-02-041-8/+0
* Cross ref chflags(1).trhodes2003-02-041-0/+1
OpenPOWER on IntegriCloud