summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge from NetBSD: cut.1 rev 1.6 to 1.8eivind1999-02-022-21/+28
| | | | | | | cut.c rev 1.9 to 1.13 * Man page internal cleanups * 8-bit characters cast to unsigned for is*() * Misc cleanups for egcs -Wall compatibility
* Bring in use of strsep() to handle bad input better, and clean upeivind1999-02-022-7/+8
| | | | | | | some text. Obtained from: Merge from OpenBSD (cut.1 up to OpenBSD rev 1.3, cut.c up to OpenBSD rev 1.6)
* Merge from NetBSD cut.1 rev 1.6 and cut.c rev 1.9, respectively. Thiseivind1999-02-022-7/+26
| | | | | | makes us conform to IEEE Std1003.2-1992 (``POSIX.2''). Obtained from: NetBSD (but with slight modifications).
* Check for signals while reading /dev/urandom. Reading 10MB frombde1999-02-022-2/+24
| | | | | | | /dev/urandom takes about 38 seconds on a P5/133. It is useful to be able to kill such reads almost immediately. Processes doing such reads are now scheduled so their denial of service is no worse than that of processes looping in user mode.
* Switch context before doing some i/o operations that might block ifbde1999-02-021-1/+26
| | | | | context would be switched on return to user mode. This fixes some denial of service problems.
* Don't allow root to specify non-existent labels onbrian1999-02-022-23/+29
| | | | | | the command line. Revise the error diagnostics so that invalid labels are reported immediately.
* Reimplement the previous fix (no response to PAP requests)brian1999-02-025-26/+20
| | | | | | at the authentication layer rather than at the PAP layer so that it also applies to CHAP (no response to CHAP challenges).
* Added a hopefully-machine-independent macro for determining if abde1999-02-023-3/+9
| | | | reschedule is pending.
* Fix the port of the NetBSD 19990120-accept fix. I misread a piece offenner1999-02-021-2/+7
| | | | | | code when examining their fix, which caused my code (in rev 1.52) to: - panic("soaccept: !NOFDREF") - fatal trap 12, with tracebacks going thru soclose and soaccept
* Add -R for .RU domainsache1999-02-022-5/+15
|
* Sigh. Fix capitalization bogon. Who had the pointy hat?wollman1999-02-021-2/+2
|
* Get rid of IFF_BROADCAST from default IFF_ slip options. This accidentlydillon1999-02-021-2/+2
| | | | snuck in during the big -Wall commit and wasn't supposed to be in there.
* Fix some spelling errors.mpp1999-02-015-15/+15
|
* Remember to initialize ifp->if_snd.ifq_maxlen.wpaul1999-02-019-20/+27
|
* Nuke some prototypes that really shouldn't be here.newton1999-02-011-8/+0
|
* Add new option '-p pattern' for splitting files based on matching lines inarchie1999-02-013-52/+94
| | | | | | the file with a regular expression. Useful for e.g. 'cvs diff' output. Also compile cleanly with -Wall and fix a few style bugs. PR: bin/9405
* Moved prototypes for soo_{read,write,close} into socketvar.h where theynewton1999-02-012-7/+5
| | | | | | belong. Suggested by: bde
* Added xref to nologin(5)wosch1999-02-011-1/+2
|
* Added xref to nologin(5).wosch1999-02-012-4/+6
|
* Added xref to nologin(8).wosch1999-02-012-2/+4
|
* Print a message if the driver didn't initialize ifq_maxlen.phk1999-02-011-2/+5
| | | | | | | Drivers should be updated if they get flagged by this message. (The reason this is important is because we do not have a way to catch this mistake for interfaces added after ifinit() runs.)
* Observe -U flag again, and use it in preference to getlogin(), ifwollman1999-02-011-4/+11
| | | | | | | the user is privileged. I believe this should address both concerns in PR 9729, and may also provide the desired behavior from PR 9485.
* Update the -d flag to use the new .MIL NIC address (from PR 9802)wollman1999-02-012-10/+23
| | | | | | | and add a -g flag to use the new .GOV NIC. Also convert the SEE ALSO reference into a proper bibliographic one. PR: 9802 (in part)
* Whoops, don't break the alpha release build in copying the bootjkh1999-02-011-2/+2
| | | | images - be smarter about it.
* Man, was I ever smoking crack when I wrote this. Don't free()jkh1999-02-013-24/+18
| | | | values I'm going to use again. :-}
* If we receive no answer from the server when sending PAPbrian1999-02-015-13/+28
| | | | requests, give up (don't sit there indefinitely).
* Acquiesce to proc.h for declarations of M_ZOMBIE, M_SUBPROC (and reordernewton1999-02-012-8/+2
| | | | | | includes so proc.h knows the right type for 'em). Suggested by: bde
* Fix bogus line breaks in declarations for soo_read() and soo_write()newton1999-02-011-5/+3
| | | | Suggested by: Pedant Central :-)
* Declare M_ZOMBIE so the svr4 emulator doesn't need to.newton1999-02-011-1/+2
| | | | Suggested by: bde
* Make directories unconditionally to deal with the empty directoryjkh1999-02-011-4/+3
| | | | | | case. Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* Oops. Missed this in the last commit.jkh1999-02-011-3/+1
| | | | Submitted by: Daniel C. Sobral <dcs@newsguy.com>
* This patch eliminates a pointless test from appearing twicedillon1999-02-011-5/+1
| | | | | | | | | in vm_map_simplify_entry. Basically, once you've verified that the objects in the adjacent vm_map_entry's are the same, either NULL or the same vm_object, there's no point in checking that the objects have the same behavior. Obtained from: Alan Cox <alc@cs.rice.edu>
* The alternate B_PAGING path for vnstrategy() is used for VM faultsdillon1999-02-011-1/+2
| | | | | as well as swap I/O now. This path failed to properly set bp->b_resid on I/O completion.
* Whoops! Forgot to include Mr. Sobray's more command in the last setjkh1999-02-012-2/+56
| | | | | | of commits. Submitted by: Daniel C. Sobral <dcs@newsguy.com>
* Move CFLAGS to God's Own Positiongrog1999-02-011-3/+5
| | | | | | | Remove white space between CFLAGS and += Remove unneeded options Implied-by: bde
* Correct include pathsgrog1999-01-311-6/+2
| | | | | Remove unnecessary additional CFLAGS Remove BINGRP and BINMODE
* Bzero the devstat structure before use.sos1999-01-313-3/+6
| | | | Pointed out by: <Kenneth Merry> ken@plutotech.com
* Move the "fetch serial data" delay so that it is an inter-bit delay.dufault1999-01-312-10/+26
| | | | | | | | | | | Increase the overall length of the delay by 10. Without this a 3C509 card on my MediaGX crash box can't be reliably read. With this it is solid. I've left a delay multiplier in instead of just changing the base delay because I'm surprised I had to increase it so much and expect there may be another problem.
* Add device stats for the acd device.sos1999-01-315-43/+135
|
* Add a entry for zh-FAQ.vanilla1999-01-311-1/+5
|
* Sync with sys/i386/i386/userconfig.c revision 1.128.kato1999-01-311-76/+89
|
* Added UHCI_LEGSUP to uhcireg.hn_hibma1999-01-311-0/+2
|
* Document type for 'req' argument to clnt_control.alex1999-01-311-0/+1
|
* (1) Make usage() and SYNOPSIS agree with each other.billf1999-01-312-9/+8
| | | | | | | (2) Use 'device' instead of 'device name', there seems to be a precedent in /usr/share/man/man1 Prompted By: bde
* Do not try to fetch anti-spam files from gulf.net.jmb1999-01-311-34/+2
| | | | | They nolonger provide a list of spam domains and spam ip address ranges.
* Submitted by: Alan Cox <alc@cs.rice.edu>julian1999-01-311-3/+4
| | | | | | | | Checked by: "Richard Seaman, Jr." <dick@tar.com> Fix the following problem: As the code stands now, growing any stack, and not just the process's main stack, modifies vm->vm_ssize. This is inconsistent with the code earlier in the same procedure.
* - Don't print unnecessary CLI command prompt (and faked "quit" command)yokota1999-01-311-76/+89
| | | | | | if RB_CONFIG is not set. - Print a short, introductory banner for CLI before the first command prompt, not after.
* Adjust notes to describe new boot floppy scheme.jkh1999-01-311-40/+42
|
* Don't strip out stuff from boot.flp now that it's twice the size.jkh1999-01-315-255/+45
|
* Well, we've blown out boot.flp again. Time to go to 2.88MB formatjkh1999-01-311-9/+11
| | | | | | | | for those folks with large floppy drives, LS-120s or CDROMs. Everyone else will now have to use kern.flp & mfsroot.flp to install from. We've held this off as long as possible and there's just no more fat to trim. :( I'll look at increasing the mfsroot size too later, depending on how well it compresses.
OpenPOWER on IntegriCloud