summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Run $S/kern/genassym.sh with the correct NM.obrien2003-05-161-1/+1
* Fix long standing bug that prevents the PT_CONTINUE, PT_KILL andobrien2003-05-161-9/+10
* Add a tunable/sysctl "hw.fxp_noflow" which disables flow control supportrwatson2003-05-161-1/+5
* In cpu_fork(), initialize pcb_psl for the new process to PSL_KERNEL,tmm2003-05-161-1/+1
* VOP_PATHCONF() requires a vnode lock; this patch adds locking torwatson2003-05-151-0/+2
* This change grabs the vnode lock for NFS client vnodes when callingrwatson2003-05-152-1/+7
* Jeff added locking assertions that the VV_ flags on vnodes were modifiedrwatson2003-05-151-5/+11
* Make the mb_alloc low-watermark sysctl-tunable read-only and makebmilekic2003-05-151-2/+5
* fix a cut-n-paste error.julian2003-05-151-1/+1
* Generalize a quirk for Asahi Optical-based cameras (i.e. Pentax). It appearsnjl2003-05-151-2/+1
* Add a quirk for OTi USB flash key.njl2003-05-151-0/+8
* Miscellaneous fixes:tmm2003-05-152-6/+59
* Only use a SIA/SYM media info block if no MII block is detected.mbr2003-05-152-4/+52
* This file creates register sets based on the runtime specification.marcel2003-05-151-0/+180
* This file contains elementary context related functions used tomarcel2003-05-152-0/+1608
* This file contains the code that implements the syscall path basedmarcel2003-05-152-0/+1130
* Initialize logical_cpus_mask when the logical CPUs are enumerated inalc2003-05-156-12/+30
* This commit was generated by cvs2svn to compensate for changes in r115013,marcel2003-05-1529-0/+5320
|\
| * This is beta4 of libuwx; an ia64 stack unwinder. This code is mademarcel2003-05-1529-0/+5320
* Clear up that COMPAT_43 may not do the same thing on every architecturejmallett2003-05-153-7/+10
* Collect the nastiness for preserving the kernel MSR_GSBASE around thepeter2003-05-157-36/+42
* Use compile time constants for things like PTmap[] etc because they'repeter2003-05-152-16/+3
* GCC 3.3 complains about anonymous structures in unions, somux2003-05-141-7/+7
* Fix a typo that broke the pc98 kernel build.jhb2003-05-142-2/+2
* Add <sys/queue.h> to unbreak world.jhb2003-05-141-0/+1
* In atapi_cam_reinit_bus, only call reinit_bus if the ATAPI channelthomas2003-05-141-1/+8
* add support for NetMos 4S0P PCI: 4S, 0Pwilko2003-05-141-0/+13
* Regenpeter2003-05-146-36/+86
* Add BASIC i386 binary support for the amd64 kernel. This is largelypeter2003-05-1432-387/+1983
* Fix some misunderstandings about 64 bit extension.peter2003-05-141-12/+6
* p_sigignore moved into struct sigacts. move one which was missed.ps2003-05-141-1/+1
* - Merge struct procsig with struct sigacts.jhb2003-05-1334-248/+364
* In setitimer(2), if the it_value of the new itimer value is clear, thenjhb2003-05-131-3/+4
* Add some extra #ifdef stubs so that this compiles on 4.8.jhb2003-05-134-0/+19
* Move the ips driver from ${MACHINE_ARCH} == "i386" to ${MACHINE} == "i386".nyan2003-05-131-1/+1
* Optimize the use of splay in gbincore(). During a "make buildworld" thealc2003-05-131-7/+22
* When a disk disappears, destroy the class from the event threadphk2003-05-121-1/+10
* Add support for 3Com OfficeConnect 10/100B.mbr2003-05-124-0/+28
* Really stop the loader from trying to load the acpi module by lying andpeter2003-05-121-0/+2
* For the page fault handler, save %cr2 in the outer trap handler so thatpeter2003-05-126-52/+76
* Sync ucontext with reality. The struct trapframe changes need to bepeter2003-05-122-13/+13
* Fix the unaligned access problems that some people saw on alphamux2003-05-121-1/+1
* Move some printfs under bootverbose since they are not true errors.njl2003-05-121-2/+4
* Fix typo (that even got cut/pasted 2 times)sos2003-05-121-3/+3
* Fix an off-by-1 error.phk2003-05-121-1/+1
* Bail out if there were not two loadable sections. Add XXX comment aboutphk2003-05-122-0/+16
* Remove bogus locking from DDB's "show lockedvnods" command: usingrwatson2003-05-121-11/+7
* Fix lookup of module metadata on amd64 systems. While this is inpeter2003-05-121-5/+25
* Don't pass NULL pointer to memset if we are compiled with DIAGNOSTICphk2003-05-121-4/+3
* Don't #define memset() to bzero(), it is far too prone to bite somebody.phk2003-05-121-2/+0
OpenPOWER on IntegriCloud