summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MF3: Allow padding in LQR ECHO requestsBrian Somers2000-06-201-2/+3
| | | | Notes: svn path=/stable/3/; revision=61854
* MF4: Don't mis-match interface names in iface_Create()Brian Somers2000-06-191-2/+3
| | | | Notes: svn path=/stable/3/; revision=61832
* For 3.x, options VM86 is needed for this function.Alexander Langer2000-06-191-0/+4
| | | | | | | | PR: 18943 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Notes: svn path=/stable/3/; revision=61826
* Add a missing '(' to fix a syntax error.John Baldwin2000-06-181-1/+1
| | | | | | | Forgotten by: ps Notes: svn path=/stable/3/; revision=61809
* MF4: add support for the Am79C973.Gary Jennejohn2000-06-182-0/+2
| | | | Notes: svn path=/stable/3/; revision=61797
* MFC recent bug fixes and feature.David Nugent2000-06-189-110/+297
| | | | | | | | This commit unifies pw(8) code across all active branches. Still-Todo: manpage updates Notes: svn path=/stable/3/; revision=61793
* MFC: Support for > 2GB swap partitions.Paul Saab2000-06-181-5/+6
| | | | Notes: svn path=/stable/3/; revision=61790
* MFC 1.92: kterm-color entry.Satoshi Asami2000-06-161-0/+2
| | | | | | | Approved by: ache Notes: svn path=/stable/3/; revision=61732
* MFC:Ruslan Ermilov2000-06-161-11/+15
| | | | | | | | - rev 1.27: fix buffer overflow with the command line arguments. - rev 1.30: remove unused parameter. Notes: svn path=/stable/3/; revision=61727
* MFC r1.86: small extra checks on arg values.Jordan K. Hubbard2000-06-161-11/+9
| | | | Notes: svn path=/stable/3/; revision=61725
* MF4: Add ``set urgent none'' and ``set ifqueue''Brian Somers2000-06-158-14/+71
| | | | Notes: svn path=/stable/3/; revision=61711
* MFC: Correct date adjustments crossing summer/winter time boundaries.Brian Somers2000-06-152-88/+154
| | | | Notes: svn path=/stable/3/; revision=61709
* MFC (1.67: fixed allocation of unit numbers).Bruce Evans2000-06-141-2/+1
| | | | Notes: svn path=/stable/3/; revision=61676
* MFC: all fixes up to 1.91 excepting 1.90 fix ("op" for syscons)Andrey A. Chernov2000-06-141-9/+32
| | | | Notes: svn path=/stable/3/; revision=61672
* MFC: op for xterm-colorAndrey A. Chernov2000-06-141-1/+1
| | | | Notes: svn path=/stable/3/; revision=61671
* MFC: options USER_LDT is required for these functions.Alexander Langer2000-06-141-0/+4
| | | | Notes: svn path=/stable/3/; revision=61665
* MFC: Celeron recognition (rev. 1.82).KATO Takenori2000-06-141-1/+1
| | | | Notes: svn path=/stable/3/; revision=61663
* MFC: add $FReeBSD$Jeroen Ruigrok van der Werven2000-06-141-1/+2
| | | | Notes: svn path=/stable/3/; revision=61662
* MFC: various fixes:Jeroen Ruigrok van der Werven2000-06-141-4/+3
| | | | | | | | | | Zap $Revision$ Change to $FreeBSD$ Fix *ripcmds Fix(?) spelling of the copyright Notes: svn path=/stable/3/; revision=61661
* MFC: Add $FreeBSD$Jeroen Ruigrok van der Werven2000-06-141-0/+1
| | | | Notes: svn path=/stable/3/; revision=61660
* Add note, that options VM86 is required for these functions.Alexander Langer2000-06-131-0/+4
| | | | | | | | | PR: 18943 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Reviewed by: asmodai Notes: svn path=/stable/3/; revision=61635
* MFC: Fix namespace pollution which will less likely causeJeroen Ruigrok van der Werven2000-06-135-150/+262
| | | | | | | | problems in the future. This should fix C++ stdlib problems when using ctype.h as well. Notes: svn path=/stable/3/; revision=61632
* MFC: Back up following macros by functions: ishexnumber, isideogram,Jeroen Ruigrok van der Werven2000-06-132-12/+68
| | | | | | | isnumber, isphonogram, isrune, isspecial. Fix ordering. Notes: svn path=/stable/3/; revision=61631
* MFC: (rev 1.29) treat \t and \n inside /boot.config as whitespaces.Ruslan Ermilov2000-06-131-2/+2
| | | | Notes: svn path=/stable/3/; revision=61629
* MFC: Fix typo: turn of -> turn offAlexander Langer2000-06-131-1/+1
| | | | Notes: svn path=/stable/3/; revision=61625
* MFC: cosmetics.Ruslan Ermilov2000-06-133-13/+22
| | | | Notes: svn path=/stable/3/; revision=61617
* MFC: cleanup manpage.Ruslan Ermilov2000-06-131-7/+7
| | | | Notes: svn path=/stable/3/; revision=61614
* MFC: (rev 1.3) remove option's description that has gone with PAM.Ruslan Ermilov2000-06-131-9/+1
| | | | Notes: svn path=/stable/3/; revision=61613
* MFC: Remove a no-option MD5.Ruslan Ermilov2000-06-132-7/+0
| | | | Notes: svn path=/stable/3/; revision=61612
* MFC: (rev 1.31) Document /usr/lib/aout.Ruslan Ermilov2000-06-131-0/+2
| | | | Notes: svn path=/stable/3/; revision=61610
* MFC: /usr/mdec has gone.Ruslan Ermilov2000-06-132-6/+0
| | | | Notes: svn path=/stable/3/; revision=61607
* MFC:Ruslan Ermilov2000-06-131-0/+8
| | | | | | | | - rev 1.25: Allow for incoming DNS UDP queries. - rev 1.27: Pass IP fragments with non-zero offset. Notes: svn path=/stable/3/; revision=61605
* MFC: (rev 1.133) do not call icmp_error() if ipfirewall(4) denied packet.Ruslan Ermilov2000-06-131-0/+4
| | | | Notes: svn path=/stable/3/; revision=61602
* MFC: Various fixes from Bill Fumerola to clean the source up.Jeroen Ruigrok van der Werven2000-06-1212-358/+504
| | | | Notes: svn path=/stable/3/; revision=61578
* MFC: Add $FreeBSD$Jeroen Ruigrok van der Werven2000-06-124-0/+6
| | | | Notes: svn path=/stable/3/; revision=61577
* MFC: Fix RU/SU.Jeroen Ruigrok van der Werven2000-06-121-2/+3
| | | | | | | Fix ASCII bug. Notes: svn path=/stable/3/; revision=61576
* MF4: Hard sentence breaks and trailing space tidy-upsBrian Somers2000-06-121-527/+854
| | | | Notes: svn path=/stable/3/; revision=61567
* MFC: r1.50, r1.48, KASSERT() debugging and M_PREPEND null checking.Jonathan Lemon2000-06-111-5/+2
| | | | Notes: svn path=/stable/3/; revision=61558
* MF4: Don't oan about padding charactersBrian Somers2000-06-111-2/+0
| | | | Notes: svn path=/stable/3/; revision=61549
* MFC: Fix minor numbers, locking, the return value of rpattach()Seigo Tanimura2000-06-112-13/+17
| | | | | | | and baud_table. Notes: svn path=/stable/3/; revision=61543
* MFC 1.37, fix memory leak in mount_nfs background modeMatthew Dillon2000-06-111-2/+3
| | | | Notes: svn path=/stable/3/; revision=61537
* MFC: mbuf wait code, as well as some other mbuf related bugfixes.Jonathan Lemon2000-06-105-225/+490
| | | | | | | Submitted by: Mike Silbersack <silby@silby.com> Notes: svn path=/stable/3/; revision=61502
* MFC: Fix linux_wait4() vunerability.Marcel Moolenaar2000-06-081-4/+9
| | | | | | | Submitted by: Ian Dowse (iedowse@maths.tcd.ie) Notes: svn path=/stable/3/; revision=61425
* MFC: r1.34, LAST_ACK problem. (slightly different patch)Jonathan Lemon2000-06-081-0/+3
| | | | | | | Submitted by: Mike Silbersack <silby@silby.com> Notes: svn path=/stable/3/; revision=61421
* MFC: correct boundary checks against IP optionsJonathan Lemon2000-06-083-3/+16
| | | | Notes: svn path=/stable/3/; revision=61418
* MFC: Clarify which bit of the daemon config disables configurationGreg Lehey2000-06-081-2/+2
| | | | | | | | | | | saves. This is still terrible. I need to finally implement variables. Reported-by: jmg Notes: svn path=/stable/3/; revision=61409
* MFC: Zorch references to VAX and Tahoe compilersKris Kennaway2000-06-081-6/+1
| | | | Notes: svn path=/stable/3/; revision=61407
* MFC: Sync variable nameKris Kennaway2000-06-081-2/+2
| | | | Notes: svn path=/stable/3/; revision=61406
* MFC: Sync contents of structureKris Kennaway2000-06-081-2/+2
| | | | Notes: svn path=/stable/3/; revision=61405
* MFC: Fix buffer overflowsKris Kennaway2000-06-081-2/+2
| | | | Notes: svn path=/stable/3/; revision=61404