summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NG_MKRESPONSE() macro includes sizeof struct ng_mesg when doing allocation.glebius2005-04-131-2/+1
* According to the comment in struct tty, t_modem is optional; hence we shouldavatar2005-04-131-2/+4
* Merge two slice_type_name() functions.nyan2005-04-131-23/+4
* - Remove ifdef PC98.nyan2005-04-138-1044/+68
* Remove a meaningless include.nyan2005-04-132-4/+0
* Move pc98 specific parts to the pc98 specific file.nyan2005-04-134-14/+69
* Remove ifdef PC98.nyan2005-04-132-25/+0
* Split VarFind() into a series of functions tailored for the different setsharti2005-04-131-70/+94
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-1319-64/+39
* - Change vop_lookup_post assertions to reflect recent vfs_lookup changes.jeff2005-04-131-12/+2
* - Further simplify lookup; Force all filesystems to relock in the DOTDOTjeff2005-04-131-30/+23
* Add NO_DICT handle. Saves almost 3.5 MB installed.phk2005-04-134-2/+11
* Add #defines for control fields and address bits.mdodd2005-04-131-0/+28
* Support for the GTCO Digipad.mdodd2005-04-133-0/+80
* Add a ata_setmode method so we dont panic on setmode.sos2005-04-133-4/+40
* Add the -S flag which produces the -s output withoutmdodd2005-04-132-12/+26
* Show descriptions for type CTLTYPE_NODES.mdodd2005-04-131-0/+5
* Zero buffers. Seatbelt against sysctl(3) returning non-NUL terminatedmdodd2005-04-131-0/+2
* Make it clear that the statement following the conditional is a NOP.mdodd2005-04-132-2/+4
* Data is not information;phk2005-04-131-0/+5
* Follow i386's suit and include AGP support in the generic kernel.anholt2005-04-131-0/+2
* Add support for more than two datasets. Currently limited to 7 thoughmdodd2005-04-132-58/+58
* Define additional commands.mdodd2005-04-131-0/+15
* Whitespace cleanup.mdodd2005-04-135-33/+33
* Remove unnecessary dpt_free().mdodd2005-04-131-1/+0
* o Code cleanup, eliminate private thread id map, directlydavidxu2005-04-131-187/+64
* Implement SOUND_MIXER_INFO ioctl in compat layer.mdodd2005-04-131-3/+36
* Add support for O_NOFOLLOW and O_DIRECT to Linux fcntl() F_GETFL/F_SETFL.mdodd2005-04-132-0/+21
* Invert conditional and use continue to reduce nesting.mdodd2005-04-131-5/+5
* Add ISACFGATTR_HINTS flag to allow detection of a device that was createdmdodd2005-04-132-0/+3
* Add -S option which allows to change the pathname of the privilegedhrs2005-04-132-2/+11
* Build cpufreq on ia64. The upcoming Montecito processor supports themarcel2005-04-131-0/+1
* Save argv[0] and use it in usage message.mdodd2005-04-131-1/+5
* Invert conditional and use continue to reduce nesting.mdodd2005-04-131-16/+16
* Bump __FreeBSD_version for LOCAL_CREDS, LOCAL_CONNWAIT.mdodd2005-04-131-1/+1
* Provide a sysctl (net.link.tap.user_open) to allow unpriviligedmdodd2005-04-132-4/+17
* Implement unix(4) socket options LOCAL_CREDS and LOCAL_CONNWAIT.mdodd2005-04-135-16/+179
* Consistently style function declarations in kern_malloc.c.rwatson2005-04-121-23/+7
* Indent structure members.mdodd2005-04-121-3/+3
* Fill traceme and events fields.davidxu2005-04-121-0/+8
* don't use C keyword register as CPP macro argument nameimp2005-04-121-2/+2
* Document the SUN_LEN macro.mdodd2005-04-121-0/+18
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicjhb2005-04-1216-25/+25
* Tidy vcnt() by moving a duplicated line above #ifdef and removing a uselessjhb2005-04-121-5/+2
* Use NULL rather than 0 in a couple of places.jhb2005-04-121-2/+2
* The memory operands to fldcw and ldmxcsr are inputs, not outputs.jhb2005-04-121-2/+2
* We have an asm version of bcmp(), so we could use it as well.cognet2005-04-122-2/+1
* The latest release of the FreeBSD driver (twa) forvkashyap2005-04-1238-31888/+36496
* Replace spl protection in rtcin() and writertc() with spinlocksmdodd2005-04-122-12/+12
* - Consistently protect against NULL dereference.mdodd2005-04-121-48/+58
OpenPOWER on IntegriCloud