summaryrefslogtreecommitdiffstats
path: root/sys
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
* Fix for fwmem write part.simokawa2003-02-051-14/+14
* Remove srandom():ache2003-02-051-6/+1
* Comment out srandom():ache2003-02-052-1/+4
* Spelling.charnier2003-02-052-2/+2
* 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
* Avoid undefined symbol error with an IPv4 only kernel.ume2003-02-051-1/+9
* 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
* 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
* Support for suspend/resume in laptops. Loosely based on the wi(4) patchesambrisko2003-02-053-0/+41
* 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
* Correct grammatical error in previous commit.des2003-02-041-1/+1
* Extra precautions before trying to start init(8).des2003-02-041-0/+2
* - Implement write part.simokawa2003-02-042-30/+122
* - Improve recovery after timeout.simokawa2003-02-041-53/+79
* Fix a problem in bus_dmamap_load_{mbuf,uio} when the first mbuf or the firstharti2003-02-046-60/+88
* Oops, fix copyright again.nyan2003-02-045-0/+9
* Fix copyright notification.takawata2003-02-044-4/+4
* Fix `umass0: BBB bulk-in clear stall failed, IOERROR' problem withsanpei2003-02-041-0/+27
* Remove duplicated entrysanpei2003-02-041-9/+4
* Drop NSHUFF values right after srandom() to remove part of seed -> 1stache2003-02-041-0/+6
* Increase the allowed length of device names to 63 characters.phk2003-02-041-1/+1
* Implement proper bounds-checking and truncation of device names, this hasphk2003-02-041-4/+10
* Pave the road to removing the fixed size limit on device nodes:phk2003-02-044-2/+8
* Add vsnrprintf() which is just like vsnprintf() but takes a "radix"phk2003-02-042-0/+18
* Add missing permission checks to the smbfs VOP_SETATTR vnode op for thetjr2003-02-041-0/+5
* Change a printf to also tell how many items were left in the zone.phk2003-02-041-2/+2
* Convert an instance of "struct timezone tz" use I missed yesterday.phk2003-02-041-1/+5
* MFS 1.64.2.22: Re-enable non pre-emptive ARP requests.orion2003-02-041-14/+15
* Split the global timezone structure into two integer fields tophk2003-02-0316-40/+40
* Remove unintended growth of bt848_card_signature.orion2003-02-031-1/+1
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-0334-254/+389
* Add IPv6 support for Linuxlator.ume2003-02-034-90/+379
OpenPOWER on IntegriCloud