aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-175-21/+220
* | 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
* | iiin -> inEdwin Groothuis2009-06-161-1/+1
* | 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
* | Remove confusing mergeinfo caused by renaming files.John Baldwin2009-06-160-0/+0
* | FreeBSD returns main object handle from dlopen(NULL, ...) calls.Alexander Kabaev2009-06-161-0/+10
* | Use the closefrom(2) system call.John Baldwin2009-06-163-3/+2
* | 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 a typo that causes the for loop to exit immediately. There'sRoman Divacky2009-06-161-1/+1
* | Fix NanoBSD when the data partition size is defined as a negativeEdwin Groothuis2009-06-161-1/+1
* | Support for 64 Mb Kodak flash device.Edwin Groothuis2009-06-161-0/+14
* | Add support for 256MB Hitachi CF card and 256MB Silicon Systems CF cardEdwin Groothuis2009-06-161-0/+18
* | Disconnect closefrom.c as we have it as a system call.Xin LI2009-06-161-1/+0
* | Now we have closefrom().Xin LI2009-06-151-1/+1
* | 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
* | Add revoke(1).Ed Schouten2009-06-155-1/+125
* | Make the chpass Makefile honour NO_FSCHG.Ed Schouten2009-06-151-3/+4
* | 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-1511-1/+390
* | r193336 moved ifq_detach to if_free which broke if_alloc followedSam Leffler2009-06-153-9/+8
* | Remove redundant code from runshutdown() now tcsetsid(3) works reliably.Ed Schouten2009-06-151-18/+1
* | 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
* | Long long time ago, several utilities in base used to parse %c output andJung-uk Kim2009-06-152-10/+6
* | Add cas(4).Marius Strobl2009-06-151-0/+1
* | Add cas(4).Marius Strobl2009-06-151-0/+2
* | Add a man page for cas(4) and reference it as appropriate.Marius Strobl2009-06-155-3/+164
* | 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
* | - The maximum number of heads is 255, not 256.Ulf Lilleengen2009-06-152-3/+3
* | - Remove old and add new valid flags for the chunk structure.Ulf Lilleengen2009-06-151-8/+5
* | AM/PM should come first in korean.Jung-uk Kim2009-06-152-2/+2
* | - Relax sanitazion requirements in libdisk, as a previous commit enabling thisUlf Lilleengen2009-06-151-9/+1
* | Note that the structures are defined in <sys/user.h> in the text (usingJohn Baldwin2009-06-152-4/+4