summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make ftruncate a 'struct file' operation rather than a vnode operation.jhb2008-01-0714-91/+215
* g_vfs_close() wants the sx topology lock held while executing, so justattilio2008-01-071-0/+8
* Fix incorrect dependencies of zyd(4).weongyo2008-01-071-3/+3
* Add support for ICH8M.des2008-01-072-0/+2
* Add the SparkLAN RT2573, found in HP s3200nkevlo2008-01-072-0/+5
* Fix mvec code to handle the case of the packet zonekmacy2008-01-072-4/+16
* Add a missing \n.cognet2008-01-071-1/+1
* Shrink the size of struct vm_page on amd64 and i386 by eliminatingalc2008-01-064-16/+0
* After applying LCONVPATH() to the path, do use the converted pathkib2008-01-051-9/+13
* In sequential_heuristic():bde2008-01-051-13/+20
* Fall back to the binary-specified interpreter (ld-elf.so.1) if thepeter2008-01-051-4/+10
* - Restore timeslicing code for all bit SCHED_FIFO priority classes.jeff2008-01-051-10/+9
* In the vm_map_stack(), check for the specified stack region wraparound.kib2008-01-041-1/+3
* Add missing sb_sndptr* fields to db_print_sockbuf().bz2008-01-031-5/+9
* ffs_balloc_ufsX() routines, in the case of recovering from the failedkib2008-01-031-12/+16
* Add an access type parameter to pmap_enter(). It will be used to implementalc2008-01-0310-20/+22
* Use correct function name in panic messageimp2008-01-032-2/+2
* Fix obsolete comment. pmap_remove_all is the function we're in.imp2008-01-031-2/+1
* Modernize comment about diagnostic.imp2008-01-031-2/+1
* - In sysctl_kern_file skip fdps with negative lastfiles. This canjeff2008-01-031-1/+2
* If the disk reports that it support the Compact Flash Association commandphk2008-01-021-0/+9
* Follow the current fashion of gratuitously stomping into otherphk2008-01-021-36/+14
* Note what is too {short,long}.obrien2008-01-021-2/+2
* A few whitespace fixes.jhb2008-01-021-12/+11
* Provide a legitimate pindex to vm_page_alloc() in pmap_growkernel()alc2008-01-022-11/+5
* Defer setting either PG_CACHED or PG_FREE until after the free pagealc2008-01-021-2/+2
* style(9)obrien2008-01-021-73/+73
* style(9)obrien2008-01-021-17/+17
* Correct a style error that was introduced in revision 1.77.alc2008-01-011-1/+1
* - Place the fhold() in unp_internalize_fp to be more consistent with refs.jeff2008-01-011-9/+5
* Don't duplicate the whole of arpresolve to arpresolve 2 for the sakejulian2007-12-313-128/+29
* In vfs_scanopt(), make sure that the mount option value is not NULLrodrigc2007-12-311-0/+2
* Actually declare the kern.features sysctl node.jhb2007-12-311-0/+2
* Include a "pae" feature if an i386 kernel is built with PAE support.jhb2007-12-311-0/+4
* Add very basic support for the kernel to export a list of features. Eachjhb2007-12-311-0/+8
* Update netisr comment for the SMPng world order: netisr is no longerrwatson2007-12-311-13/+8
* Use devclass_get_count() instead of devclass_get_maxunit() to get thejhb2007-12-311-1/+1
* Add device IDs for the ICH9 family.des2007-12-312-0/+8
* Tabify.des2007-12-312-20/+20
* - Pause a while after disabling lock profiling and before resetting itjeff2007-12-311-5/+11
* - Check the correct variable against NULL in two places.jeff2007-12-311-4/+2
* Add Winbond W89C940F to the list. Also, stub in some entries for twoimp2007-12-311-5/+11
* Add missing 'sc->chip_type ==' to an ugly switch statement expressionimp2007-12-311-1/+1
* Pass any unmatched slowprotocols frames up the stack instead of dropping them,thompsa2007-12-313-8/+9
* Use kbdd_* macros.nyan2007-12-301-6/+6
* Rather than not redirting the bp when we get ENXIO, only redirty itimp2007-12-301-11/+5
* Remove explicit locking of struct file.jeff2007-12-3017-535/+343
* o In preparation for basing a new driver on this one:marius2007-12-304-514/+423
* Correct the comments in am7990_intr() and am79900_intr(); it's notmarius2007-12-302-8/+6
* Replace explicit calls to video methods with their respective variantswkoszek2007-12-2926-209/+238
OpenPOWER on IntegriCloud