summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix fwdev memory leak on detaching.simokawa2003-02-181-5/+13
* Use pci_get_devid().simokawa2003-02-182-24/+24
* Add 'uPD72871/2 IEEE1394 1-Chip OHCI Host Controller'.simokawa2003-02-182-0/+5
* * firewire.csimokawa2003-02-182-1/+19
* Add central and fhc.jake2003-02-181-0/+2
* Add drivers for the central and fhc busses found in enterprise classjake2003-02-189-0/+1087
* remove stray debugging printfsam2003-02-181-1/+0
* M_MOVE_PKTHDR must happen before any cluster is attachedsam2003-02-181-2/+3
* Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has beenpeter2003-02-188-427/+87
* Include class designation in pnpinfo for generic driver loadingimp2003-02-181-2/+3
* Sanity check the BAR length reported by the CIS with the BAR length thatscottl2003-02-171-4/+22
* Move the pnp and location info into the common pci bus. Make all knownimp2003-02-174-46/+41
* an driver now needs wlan, so put the required explicit dependsimp2003-02-173-0/+3
* Kill a now-bogus commentimp2003-02-171-4/+0
* These don't need to be semi-public after all.imp2003-02-172-5/+5
* Bump pnpinfo and location size to 128 bytes. Since these are computedimp2003-02-171-2/+2
* Further fix PS_NEEDSIGCHKdavidxu2003-02-172-0/+4
* Move code for detecting PS_NEEDSIGCHK into thread_schedule_upcall,davidxu2003-02-173-2/+4
* * firewire.csimokawa2003-02-172-48/+19
* o Restore an interrupt priority level before return.maxim2003-02-171-0/+2
* o Fix ipfw uid rules: socheckuid() returns 0 when uid matches a socketmaxim2003-02-171-2/+2
* Fix missed patch in last commitjulian2003-02-172-10/+6
* Use the proc lock to protect p_realtimer instead of Giant, and obtaintjr2003-02-175-48/+38
* - Add a new function, thread_signal_add(), that is called from postsig tojeff2003-02-175-61/+82
* Move a bunch of flags from the KSE to the thread.julian2003-02-1735-110/+89
* Define _ALIGNBYTES to be 15. This should have been done right away.marcel2003-02-171-1/+1
* Print two new processor features:marcel2003-02-171-2/+4
* - Split the struct kse into struct upcall and struct kse. struct kse willjeff2003-02-1719-1324/+1419
* Move call to pci_print_verbose until after all the variables that itimp2003-02-171-1/+1
* - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back intojeff2003-02-1711-98/+87
* zero the end of the memory cluster we're disposing of. Otherwise tehgallatin2003-02-161-0/+1
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBphk2003-02-168-30/+30
* Whatever dumbass wrote sio_pci.c didn't include a detach method.imp2003-02-161-0/+1
* No need to wrap siodetach() with sio_pccard_detach.imp2003-02-161-9/+1
* When trimming memory to fit Maxmem, and we discard an entire cluster,gallatin2003-02-161-0/+1
* Fix logic in loop so it actually executes.alfred2003-02-161-1/+1
* Pointy hat- bad commit.mjacob2003-02-161-1/+1
* This file is now empty and should no longer be used anywhere.phk2003-02-161-0/+2
* Remove #include <sys/dkstat.h>phk2003-02-1629-29/+0
* Move cp_time[CPUSTATES] and related #defines to <sys/resource.h>phk2003-02-162-12/+8
* Declare tty related counters in a tty related .h file.phk2003-02-162-4/+4
* Move the tty related statistics counters to live with the tty code.phk2003-02-162-5/+5
* - Introduce a new function bremfreel() that does a bremfree with the bufjeff2003-02-161-8/+14
* - Add a WITNESS_SLEEP() for the appropriate cases in lockmgr().jeff2003-02-161-0/+7
* Remove GIANT_REQUIRED from vm_pageq_remove().alc2003-02-161-1/+0
* prevent overflow in shminfo.shmmaxalfred2003-02-161-1/+5
* Add MPSAFE comment to linux_sigpending().tjr2003-02-161-0/+3
* Regen from syscalls.master 1.52.tjr2003-02-163-5/+11
* Mark linux_sigpending() as MPSAFE.tjr2003-02-162-2/+2
* Regen from syscalls.master 1.49.tjr2003-02-163-5/+11
OpenPOWER on IntegriCloud