summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo that causes the for loop to exit immediately. There'srdivacky2009-06-161-1/+1
* Fix NanoBSD when the data partition size is defined as a negativeedwin2009-06-161-1/+1
* Support for 64 Mb Kodak flash device.edwin2009-06-161-0/+14
* Add support for 256MB Hitachi CF card and 256MB Silicon Systems CF cardedwin2009-06-161-0/+18
* Disconnect closefrom.c as we have it as a system call.delphij2009-06-161-1/+0
* Now we have closefrom().delphij2009-06-151-1/+1
* Fix usb2_find_descriptor function name.thompsa2009-06-154-7/+7
* I have several machines where the following warning is printed:ps2009-06-151-0/+3
* Add revoke(1).ed2009-06-155-1/+125
* Make the chpass Makefile honour NO_FSCHG.ed2009-06-151-3/+4
* Perform some more cleanups to in-kernel session handling.ed2009-06-152-39/+34
* Regen.jhb2009-06-1510-12/+41
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesjhb2009-06-1511-1/+390
* r193336 moved ifq_detach to if_free which broke if_alloc followedsam2009-06-153-9/+8
* Remove redundant code from runshutdown() now tcsetsid(3) works reliably.ed2009-06-151-18/+1
* Make tcsetsid(3) work on revoked TTYs.ed2009-06-152-4/+7
* Get vnets from creds instead of threads where they're available, and fromjamie2009-06-157-10/+10
* Manage vnets via the jail system. If a jail is given the booleanjamie2009-06-158-100/+192
* Long long time ago, several utilities in base used to parse %c output andjkim2009-06-152-10/+6
* Add cas(4).marius2009-06-151-0/+1
* Add cas(4).marius2009-06-151-0/+2
* Add a man page for cas(4) and reference it as appropriate.marius2009-06-155-3/+164
* Add cas(4), a driver for Sun Cassini/Cassini+ and National Semiconductormarius2009-06-159-0/+4048
* Since dn_pipe.numbytes is int64_t now - remove unnecessary overflow detectionoleg2009-06-151-21/+7
* - The maximum number of heads is 255, not 256.lulf2009-06-152-3/+3
* - Remove old and add new valid flags for the chunk structure.lulf2009-06-151-8/+5
* AM/PM should come first in korean.jkim2009-06-152-2/+2
* - Relax sanitazion requirements in libdisk, as a previous commit enabling thislulf2009-06-151-9/+1
* Note that the structures are defined in <sys/user.h> in the text (usingjhb2009-06-152-4/+4
* Replace the global references to "hostid" in svc_rpcsec_gss.c to localrmacklem2009-06-151-1/+7
* Forbid multi-vector MSI interrupt vectors migration to another CPU oncemav2009-06-152-0/+4
* - Add a way to change filter oversampling factor throughariff2009-06-152-15/+40
* Remap type of polynomial interpolators for better polyphaseariff2009-06-151-5/+3
* Undo the change in r193688 as suggested in conf/72076.edwin2009-06-152-2/+10
* Fix _USB2_* refernces in the header protection defines.thompsa2009-06-1532-96/+96
* Fix compile with changes to the usb_config struct.thompsa2009-06-151-39/+39
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-15116-3941/+3941
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededthompsa2009-06-1513-188/+58
* Ed forgot this in r190751.des2009-06-141-13/+0
* Ed forgot this in r190751.des2009-06-141-56/+0
* Remove the note about using vt220, which makes no sense at all.ed2009-06-147-21/+7
* Add volatile to sig_atomic_t where it was missing.des2009-06-143-3/+3
* Bump __FreeBSD_version for OpenSSL 0.9.8k import.simon2009-06-141-1/+1
* Long, long ago in r27464 special case code for mapping device-backedalc2009-06-144-90/+131
* Regenerate manual pages for OpenSSL 0.9.8k.simon2009-06-14277-616/+752
* Update build infrastructure for OpenSSL 0.9.8k.simon2009-06-1410-17/+119
* Merge OpenSSL 0.9.8k into head.simon2009-06-14795-14045/+76865
|\
| * Re-enable keyword expansion, at least for now. Having keywordsimon2009-06-080-0/+0
| * Remove empty directory which has been removed upstream.simon2009-06-080-0/+0
| * Add current WIP version of OpenSSL import documentation.simon2009-06-071-12/+39
OpenPOWER on IntegriCloud