aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Enable PRINTF_BUFR_SIZE on i386 and amd64 by default.Ed Schouten2009-06-142-0/+2
* Unlock process lock when return error from getrobustlist call.Dmitry Chagin2009-06-141-1/+3
* When the KOBJMETHOD() macro was updated, it resulted in theRick Macklem2009-06-141-9/+17
* Add an optional callback function that will be invoked when a per-CPUBjoern A. Zeeb2009-06-142-0/+6
* Include <camlib.h> for cam_path_string().Ed Schouten2009-06-141-0/+1
* Add more entries to the Unicode-to-CP437 table.Ed Schouten2009-06-141-9/+15
* Fix type of lowaddr variable.Alexander Motin2009-06-141-2/+2
* Fix typo... bad imp.Warner Losh2009-06-141-1/+1
* After Marcel's change to DEFAULTS, we were bringing in a bogus copy ofWarner Losh2009-06-141-1/+1
* Formatting nit.Warner Losh2009-06-141-1/+1
* Missed style fixes.Marius Strobl2009-06-141-5/+3
* Fix style.Marius Strobl2009-06-1410-183/+193
* Rev IEEE80211_IOC_STA_INFO abi: ni_flags grew from 16 bits to 32Sam Leffler2009-06-131-1/+2
* purge HAL_TXSTAT_ALTRATE; you can figure this out by checking ts_finaltsiSam Leffler2009-06-135-17/+10
* - Also probe DP83865, which is an is an ultra low power versionMarius Strobl2009-06-132-10/+24
* When a Solaris10 client does an NFS mount using krb5i or krb5p, theRick Macklem2009-06-131-1/+1
* update backend_changed to reflect .m prototypeKip Macy2009-06-132-2/+5
* Eliminate an unnecessary clearing of a page's dirty bits inAlan Cox2009-06-131-1/+2
* Eliminate unnecessary variables.Alan Cox2009-06-131-4/+2
* Correct the method of waking the page daemon when the number of allocatedAlan Cox2009-06-131-7/+2
* Rename the host-related prison fields to be the same as the host.*Jamie Gritton2009-06-1314-54/+62
* Use getcredhostuuid instead of accessing the prison directly.Jamie Gritton2009-06-131-5/+1
* Clobber "cc" instead of using volatile.Ed Schouten2009-06-131-2/+2
* Clobber "cc" instead of using volatile; remove obsolete register keyword.Ed Schouten2009-06-131-7/+8
* Simplify the inline assembler (and correct potential error) of pte_load_store().Ed Schouten2009-06-131-9/+2
* Remove the static from int hardlink_check_uid.Bjoern A. Zeeb2009-06-131-1/+1
* Make the proof-of-concept UTF-8 support in Syscons less useless.Ed Schouten2009-06-131-18/+121
* Correct entry of vendor ID 0x0d8c. It's C-Media, not ABC.MIHIRA Sanpei Yoshiro2009-06-131-1/+1
* Fix Book-E/MPC85XX build. Some prototypes were wrong and got revealed withRafal Jaworowski2009-06-134-10/+15
* Make variables static where appropriate.Andrew Thompson2009-06-139-10/+10
* Add support for labels derived from GPT metadata.Ivan Voras2009-06-134-0/+169
* Add counterparts to getcredhostname:Jamie Gritton2009-06-134-17/+41
* Fix MALTA build; some prototypes were wrong and blew up when kobj methodJuli Mallett2009-06-122-4/+5
* Revert my previous change, because it reintroduces an old regression.Ed Schouten2009-06-121-7/+7
* Update the inline version of vn_get_ino() for ".." lookups to match theJohn Baldwin2009-06-121-6/+8
* Garbage collect an extern for a non-existent variable.Bjoern A. Zeeb2009-06-121-4/+2
* Move the kernel option FLOWTABLE chacking from the header file to theBjoern A. Zeeb2009-06-123-18/+8
* Prevent yet another staircase effect bug in the console device.Ed Schouten2009-06-121-7/+7
* Add a #include <sys/jail.h> so that it builds whenRick Macklem2009-06-121-0/+1
* Move the memory layout definitions and logic from mvreg.h to mvwin.hMarcel Moolenaar2009-06-1211-246/+292
* Change ums_probe() so it does not need to fetch the usb_interface_descriptor.Andrew Thompson2009-06-121-8/+5
* Check for a keyboard HID report in addition to the interface class so devicesAndrew Thompson2009-06-121-5/+27
* Free the correct memory pointer.Andrew Thompson2009-06-121-1/+1
* Minor device side improvement. Make sure a not complete state gets paired withAndrew Thompson2009-06-123-33/+37
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.VANHULLEBUS Yvan2009-06-1213-7/+1019
* Remove unnecessary #ifdef lines and code.Marko Zec2009-06-121-7/+0
* Assign ng_eiface nodes a netgraph name on instantiation, in a way whichMarko Zec2009-06-121-6/+4
* KOBJMETHOD: throw the switch on kobj method signature checkingAndriy Gapon2009-06-121-4/+2
* Last (hopefully) attempt to fix both parallel build andAriff Abdullah2009-06-121-9/+15
* devclass_find_free_unit(xxx, 0) is identical to -1 for mostWarner Losh2009-06-121-1/+1