summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Rearrange how we do interrupt routing tweaking. We now haveimp2001-08-214-34/+45
* Fresh code drop from the vendor. This fixes some critical bugs and addsscottl2001-08-218-194/+542
* - Fix a bug in the previous workaround for the tsleep/endtsleep race.jhb2001-08-213-8/+34
* Fix error checking about device state transition from D0 to D3.iwasaki2001-08-211-4/+27
* It looks like we're doing the wrong thing by catching the setup_intrimp2001-08-211-41/+2
* Added TFTP support.ru2001-08-211-0/+9
* Whitespace style nits.jhb2001-08-211-4/+4
* Protect prototype of ptrace_clear_single_step() with #ifdef _KERNEL/#endif.jhb2001-08-211-0/+2
* GC unused prototype of ptrace_write_u().jhb2001-08-211-1/+0
* Fix two typosbrian2001-08-211-2/+2
* Add support for the newer Promise chips here as well.sos2001-08-211-0/+2
* Finally commit some of the minor things I've collected over the last month(s):sos2001-08-219-50/+76
* Close the "IRC DCC" security breach reported recently on Bugtraq.ru2001-08-211-0/+6
* Map errdos:67 to the ENOENT.bp2001-08-211-0/+1
* Use local wrappers instead of direct calls to mtx_destroy().bp2001-08-211-3/+3
* Remove noisy printfs from the notify handler; having these go offmsmith2001-08-211-2/+0
* Remove unnecessary "#if __FreeBSD_version".bp2001-08-213-59/+0
* Use proper endian conversion.bp2001-08-211-1/+1
* Return proper length of _PC_NAME_MAX value if long names support is enabled.bp2001-08-211-1/+1
* Use proper endian conversions.bp2001-08-212-2/+2
* Fix an old off-by-one error causing well known 'wrong bucket' panic.bp2001-08-211-1/+1
* The general conesnsus on irc was that pci bios for config registersimp2001-08-215-6/+77
* Correct the URL to the Hacker's Guide to Voxware.greid2001-08-211-3/+3
* These appear to be necessary for a pci cardbus card, but not for laptops.imp2001-08-211-0/+2
* Fix bug in physmem_est calculation - the kernel_map size was not beingdillon2001-08-212-10/+12
* Detect a certain type of PCIBIOS brain damage. For some reason,peter2001-08-217-0/+79
* Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for thispeter2001-08-219-4/+64
* Use register g6 to point to a small stack for svaing alternate globalsjake2001-08-211-9/+40
* Handle the pcb window scratch area in cpu_fork.jake2001-08-211-20/+36
* Save and restore %fprs and %y, which are unused by kernel code, butjake2001-08-212-24/+70
* Disable interrupts when calling openfirmware.jake2001-08-212-14/+26
* Rename fp_init_pcb to fp_init_proc. Set the FEF bit in fprs register;jake2001-08-202-5/+19
* Add definitions for new assembler code.jake2001-08-201-0/+31
* Catch up with new trap entry point names.jake2001-08-201-23/+3
* Add variables needed by hardware watchpoint support.jake2001-08-202-0/+12
* Add code for supporting hardware watch points.jake2001-08-203-0/+256
* Add a system call trap type and syscall() call request handler.jake2001-08-202-2/+228
* Add support for splitting the register windows on entry to thejake2001-08-204-399/+1111
* db_expr_t is signed.jake2001-08-201-1/+1
* Add definitions for bits in condition code register and the load storejake2001-08-204-13/+164
* Add a definition for the load store unit control register.jake2001-08-201-0/+2
* Make the copyright consistent.brian2001-08-204-12/+0
* Sync globals.h up with the other platforms. There is still some cruft inobrien2001-08-202-14/+15
* Avoid sleeping while holding a mutex in dounmount(). This problemiedowse2001-08-202-12/+14
* Fix fencepost error causing creation of 0-length mbufs when the boundaryfenner2001-08-201-2/+2
* Clean up some ways in which we set defaults for SCSI cardsmjacob2001-08-201-136/+172
* Add MBOX_GET_PCI_PARAMS alias.mjacob2001-08-201-0/+1
* Conditionalize VM_SWZONE_SIZE_MAX and VM_BCACHE_SIZE_MAX so MD sectionsdillon2001-08-201-0/+4
* Mark some functions as __printflike() and/or taking const char * argumentskris2001-08-201-1/+1
* Handle snprintf() returning -1brian2001-08-201-3/+13
OpenPOWER on IntegriCloud