summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Approved by: gallatin (mentor)ticso2003-01-031-0/+12
* o Introduce a new external mbuf type, EXT_EXTREF.gallatin2003-01-022-3/+9
* Optimize the size of the work-items by letting the mapping functionphk2003-01-023-48/+66
* - This damnable chip only has 1 status register for both ports, so the bitjake2003-01-021-9/+37
* Lock the vm object when performing back-to-back vm_object_clear_flag() andalc2003-01-021-0/+2
* Update si_bsize_phys on open.phk2003-01-021-0/+1
* Lock the vm object when performing vm_object_clear_flag().alc2003-01-021-1/+4
* Update to correct NetBSD Idimp2003-01-021-1/+1
* Make compiles (LINT and/or ISP_TARGET_MODE options) happier by making suremjacob2003-01-021-5/+7
* Sync to 1.104 of usbdevsimp2003-01-022-2/+18
* Add NEODIO TURBOCONNECT (from NetBSD)imp2003-01-021-0/+4
* MFNetBSD through 1.42 (to be committed in a moment by me).imp2003-01-021-3/+4
* Adjust code for Julian's last commit. use td_mailbox to detect ifdavidxu2003-01-022-20/+16
* Do not print the value of sc pointer before is has been ininialized.kan2003-01-021-1/+2
* Create debug sysctl nodes if USB_DEBUG is defined.kan2003-01-021-1/+1
* Add function linux_msg() for regulating output from the linux emulationalfred2003-01-025-12/+42
* It appears that the SANYO SCP-4900 needs similar quirks to theimp2003-01-011-0/+2
* Sync to usbdevs 1.103imp2003-01-012-2/+18
* Add Sanyo SCP-4900 phone. It needs quirks.imp2003-01-011-0/+4
* Now that we've 'branched' 5.0, desupport FreeBSD 3.x in this driver. Itimp2003-01-011-29/+1
* Add a driver for the Zilog 8530 dual uart found in Ultra 1s and Ultra 2s.jake2003-01-014-0/+1631
* Update the assertions in vm_page_insert() and vm_page_lookup() to reflectalc2003-01-011-4/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-0194-163/+163
* Happy 2003.imp2003-01-011-2/+2
* Experimental support for suspend/resume, not finished yet.simokawa2003-01-013-160/+182
* Reduce debug message.simokawa2003-01-011-0/+2
* - Retry phy access when the wait-loop count is exhausted.simokawa2003-01-013-5/+64
* Use 0600 for permissions for /dev/devctl until it is cloneable.imp2003-01-011-1/+2
* When compiling the kernel do not implicitly include filedesc.h from proc.h,alfred2003-01-0112-30/+86
* When complaining about obsolete/unimplemented syscalls output the processalfred2003-01-011-2/+2
* fdcopy() only needs a filedesc pointer.alfred2003-01-014-8/+9
* purge 'register'.alfred2003-01-011-31/+31
* Since fdshare() and fdinit() only operate on filedescs, make themalfred2003-01-013-16/+16
* fdinit() does not need to lock the filedesc it is creating as no onealfred2003-01-011-3/+0
* Add a needed #include.alc2003-01-011-0/+1
* Return an error when r/w is requested on an unsupported device instead ofnjl2002-12-312-0/+6
* Implement a variant locking scheme for vm maps: Access to system mapsalc2002-12-312-16/+39
* Revert previous and move the prototype for db_alt_break to ddb.h.jake2002-12-312-7/+4
* o reduce the overhead of calling ppsratecheck by using ticks instead ofsam2002-12-311-55/+24
* Fix and add several device IDs.simokawa2002-12-312-31/+38
* - Implement primal Configuration ROM parser.simokawa2002-12-314-18/+295
* Improve error checking of phy access and retry when error occurs.simokawa2002-12-311-16/+22
* MFi386: Add the bge driver.nyan2002-12-311-0/+1
* Reserve major 182 for the zs driver.jake2002-12-311-0/+1
* - Add a function db_alt_break which recognizes the character sequence used tojake2002-12-312-1/+51
* Use UID_ and GID_ constants for uid and gid arguments to make_dev()rwatson2002-12-311-1/+2
* Convert the use of MAXBSIZE in the dma tag to more appropriate values.scottl2002-12-315-8/+13
* Add complete struct timeval by including <sys/_timeval.h>.mike2002-12-311-8/+1
* Move struct timeval to its own header so that it can be shared betweenmike2002-12-312-9/+53
* RIP liloldr.obrien2002-12-314-364/+0
OpenPOWER on IntegriCloud