aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Refactor contigmalloc() into two functions: a simple front-end that dealsAlan Cox2009-06-172-8/+22
* Teach cpu_est_clockrate() about the G5's slightly different PMC. ThisNathan Whitehorn2009-06-172-4/+58
* Add explicit includes for jail.h to the files that need them andBjoern A. Zeeb2009-06-178-3/+7
* Fix handling of ".." in nfs_lookup() for the forced dismount caseRick Macklem2009-06-171-14/+36
* For dotdot lookup in nfs_lookup, inline the vn_vget_ino() to preventKonstantin Belousov2009-06-171-10/+39
* Add the explicit include of vimage.h to another five .c files stillBjoern A. Zeeb2009-06-176-3/+5
* Decrement state->ls_threads when vnode appeared to be doomed.Konstantin Belousov2009-06-171-0/+2
* Changes to the NR-Sack code so that:Randall Stewart2009-06-174-224/+132
* Add a .cvsignore file and along with that put an svn:ignore proprtyBjoern A. Zeeb2009-06-171-0/+1
* Make compile again using proper protoypes forBjoern A. Zeeb2009-06-171-2/+2
* Make compile again using the correct prototype for theBjoern A. Zeeb2009-06-172-7/+11
* Pass the size of the mapping to contigmapping() as a "vm_size_t" ratherAlan Cox2009-06-171-16/+13
* Make the maintenance of a page's valid bits by contigmalloc() more likeAlan Cox2009-06-172-3/+6
* adds opt_inet6.h to fix a error during compiling wlan as a module.Weongyo Jeong2009-06-171-1/+2
* reorders the sequence when the device is detached. After detaching theWeongyo Jeong2009-06-171-6/+34
* correct data/instruction memory sizes for non-ixp425 parts (theseSam Leffler2009-06-171-2/+8
* remove IAL vestige for defining the max data/instruction memory size;Sam Leffler2009-06-171-9/+2
* o correct default miibase for NPE-B and NPE-C; these values areSam Leffler2009-06-171-7/+27
* add ixp4xx_write_feature_bitsSam Leffler2009-06-172-0/+7
* Introduce support for adaptive spinning in lockmgr.Attilio Rao2009-06-173-20/+209
* Fix a typo from the previous commit.Jung-uk Kim2009-06-161-1/+1
* Sync acpi(4) kld module Makefile with conf/options.Jung-uk Kim2009-06-161-3/+3
* Trim extra sets of ()'s.John Baldwin2009-06-162-5/+5
* Fix edge cases with ticks wrapping from INT_MAX to INT_MIN in the handlingJohn Baldwin2009-06-161-2/+2
* - Change members of tcpcb that cache values of ticks from int to u_int:John Baldwin2009-06-162-12/+12
* Do not use casts (int *)0 and (struct thread *)0 for the arguments ofKonstantin Belousov2009-06-165-11/+9
* Move (read|write)_cyrix_reg() inlines from specialreg.h to cpufunc.h.John Baldwin2009-06-162-16/+16
* Small fixes to Unicode handling:Ed Schouten2009-06-162-38/+43
* Remove the "int *" typecast for the aresid argument to vn_rdwr()Rick Macklem2009-06-162-2/+2
* Fix usb2_find_descriptor function name.Andrew Thompson2009-06-154-7/+7
* I have several machines where the following warning is printed:Paul Saab2009-06-151-0/+3
* Perform some more cleanups to in-kernel session handling.Ed Schouten2009-06-152-39/+34
* Regen.John Baldwin2009-06-1510-12/+41
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesJohn Baldwin2009-06-153-0/+38
* r193336 moved ifq_detach to if_free which broke if_alloc followedSam Leffler2009-06-153-9/+8
* Make tcsetsid(3) work on revoked TTYs.Ed Schouten2009-06-152-4/+7
* Get vnets from creds instead of threads where they're available, and fromJamie Gritton2009-06-157-10/+10
* Manage vnets via the jail system. If a jail is given the booleanJamie Gritton2009-06-158-100/+192
* Add cas(4), a driver for Sun Cassini/Cassini+ and National SemiconductorMarius Strobl2009-06-159-0/+4048
* Since dn_pipe.numbytes is int64_t now - remove unnecessary overflow detectionOleg Bulyzhin2009-06-151-21/+7
* Replace the global references to "hostid" in svc_rpcsec_gss.c to localRick Macklem2009-06-151-1/+7
* Forbid multi-vector MSI interrupt vectors migration to another CPU onceAlexander Motin2009-06-152-0/+4
* - Add a way to change filter oversampling factor throughAriff Abdullah2009-06-152-15/+40
* Remap type of polynomial interpolators for better polyphaseAriff Abdullah2009-06-151-5/+3
* Fix _USB2_* refernces in the header protection defines.Andrew Thompson2009-06-1532-96/+96
* Fix compile with changes to the usb_config struct.Andrew Thompson2009-06-151-39/+39
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-15116-3941/+3941
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededAndrew Thompson2009-06-1513-188/+58
* Ed forgot this in r190751.Dag-Erling Smørgrav2009-06-141-13/+0
* Ed forgot this in r190751.Dag-Erling Smørgrav2009-06-141-56/+0