aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typo; the meaning of the 3rd parameter to genkbd_keyaction() isKazutaka YOKOTA2001-07-201-1/+1
* Fix off by one error for ESC[1J.Kazutaka YOKOTA2001-07-201-1/+1
* Forgot to mention that previous commit (1.4 --> 1.5) would be:Maxim Sobolev2001-07-200-0/+0
* Use reallocf(3) to increase size of malloc'ed buffer instead ofMaxim Sobolev2001-07-201-7/+4
* Define a couple of subroutines to replace duplicated common code. YouKazutaka YOKOTA2001-07-201-65/+59
* Return consistent key action codes at key press and releaseKazutaka YOKOTA2001-07-208-95/+108
* More potential buffer overflow fixes.Ruslan Ermilov2001-07-208-70/+14
* We haven't used this for ages, and we're not going to either.Mike Smith2001-07-201-167/+0
* Support for USB floppies based upon SMSC USB FDD controller.Nick Hibma2001-07-201-0/+10
* Fix type warnings.Mark Murray2001-07-201-4/+8
* We haven't had AcpiSetSystemSleepState for a while now, clean out theMike Smith2001-07-201-3/+0
* Fix a possible NULL reference that would be triggeredDavid Nugent2001-07-201-1/+2
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-20239-850/+1086
* Add ACPI S2-S4BIOS Suspend/Resume code.Takanori Watanabe2001-07-2016-29/+1093
* Fix setting serial baud rate under ibcs2 emulation by moving a line to theJonathan Chen2001-07-201-2/+2
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-2045-52/+26
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used toJason Evans2001-07-2044-477/+1846
* Add lbasename which is used in the `LD' fix for -current.David E. O'Brien2001-07-201-1/+1
* Update the version string so I can identify this new variant.David E. O'Brien2001-07-201-1/+1
* This merges in the changes from the 2.11.2 release to the FSF anoncvsDavid E. O'Brien2001-07-205-5/+17
* This commit was generated by cvs2svn to compensate for changes in r80016,David E. O'Brien2001-07-2029-225/+1535
|\
| * Import of Binutils from the FSF 2.11 branch [checked out 19-July-2001].David E. O'Brien2001-07-2034-230/+1552
* | Update for the Bintuils 2.11.2 import.David E. O'Brien2001-07-201-3/+3
* | - `-a' option for IPv6 was not working correctly.Hajimu UMEMOTO2001-07-191-4/+9
* | When including pci header files, do things differently for 5x and 4xWarner Losh2001-07-191-0/+7
* | o Integrate security enhancements from OpenBSD.Mike Barcroft2001-07-192-42/+74
* | Since revision 1.40/1.41, the default behaviour for mount_nfs isIan Dowse2001-07-192-12/+20
* | Limit the device to only one playback channel until I can figure out whyScott Long2001-07-191-1/+1
* | Fix an off-by-one error in the dma tag. This was causing the VM system toScott Long2001-07-191-1/+2
* | Resolve conflictsKris Kennaway2001-07-194-7/+9
* | This commit was generated by cvs2svn to compensate for changes in r79998,Kris Kennaway2001-07-1992-1443/+2516
|\ \
| * | Initial import of OpenSSL 0.9.6bKris Kennaway2001-07-1997-1458/+2536
* | | bpf(4) hasn't used a static number of devices for over 2 years now, andJohn Baldwin2001-07-191-5/+0
* | | remove support for creating files and directories from msdosfs_mknodAssar Westerlund2001-07-191-14/+1
* | | Rename vm86pcb_lock -> vm86_lock to correctly reflect its function.Jonathan Lemon2001-07-191-6/+6
* | | Added missing dependancy.Ruslan Ermilov2001-07-191-0/+2
* | | vsnprintf() can return a value larger than the buffer size.Ruslan Ermilov2001-07-192-2/+2
* | | Document EVFILT_TIMER.Jonathan Lemon2001-07-191-0/+12
* | | Introduce EVFILT_TIMER, which allows a process to establish anJonathan Lemon2001-07-192-3/+68
* | | Blah, fsck_ifs uses `8' for all errors, including that it cannot checkDavid E. O'Brien2001-07-190-0/+0
* | | freebsd.org -> FreeBSD.orgBruce A. Mah2001-07-1910-25/+25
* | | State explicitly how the manpage "DESCRIPTION" options should be listed.David E. O'Brien2001-07-191-1/+7
* | | Fixed the exploitable remote buffer overflow.Ruslan Ermilov2001-07-1912-628/+438
* | | Portability configuation for LukeM's ftp client.David E. O'Brien2001-07-191-0/+270
* | | Portability configuration data for LukeM ftpd.David E. O'Brien2001-07-191-0/+281
* | | Document "-F".David E. O'Brien2001-07-191-0/+7
* | | Change exit return value to better match fsck_ffs(8).David E. O'Brien2001-07-191-1/+1
* | | Recognize the "-F" option which requests whether the filesystem needs toDavid E. O'Brien2001-07-191-1/+5
* | | More README file cleanup, mostly for style. Also punt the readersBruce A. Mah2001-07-193-91/+107
* | | This commit was generated by cvs2svn to compensate for changes in r79971,David E. O'Brien2001-07-1929-0/+19997
|\ \ \