summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Avoid overflow in calcru(). Fixes PR 788.bde1995-10-211-2/+2
| | | | Submitted by: imdave@synet.net (Dave Bodenstab)
* Remove bogus #include <sys/device.h>, and the bogus instances ofpeter1995-10-212-44/+22
| | | | | "struct device" and the bogus unit number mentioned in the error message. Some other minor cleanups, all trivial.
* Return early in printreg() when the pointer is NULL. For FreeBSD, thebde1995-10-211-0/+2
| | | | | | | strings describing the drive status and error bits are so deficient that the pointer is always NULL. Reported by: Philippe Charnier <charnier@lirmm.fr>
* Killed a few gratuitous #include's.dg1995-10-213-8/+4
|
* Add $Id$ since this version of the file has diverged from the BSD base apeter1995-10-211-1/+5
| | | | fair bit. I forgot to add it when I made the fixes some time ago.
* sigset() should have sa_flags cleared to sig is maked before callingswallace1995-10-211-23/+27
| | | | | | | | | | handler (remove SA_NODEFER). On the other hand, signal() case should set sa_flags to SA_NODEFER as in previous change. In addition, added #ifdef'd code for signal() to or in SA_RESETHAND flag for when that compatability is implemented.
* Fix panic caused by PRU_CONTROL not being dealt with properly. Bug pointeddg1995-10-211-2/+8
| | | | out by David Maltz <dmaltz@orval.mach.cs.cmu.edu>, but this fix is by me.
* A mixed bag of changes, relating to getting the state in "lsdev" right,phk1995-10-2110-60/+156
| | | | and pccard support to work sensibly. Better by far, but still not good.
* o rename ulimit -p into ulimit -u, so we are in agreement with bashjoerg1995-10-213-7/+12
| | | | | | | o fix brokeness for 1>&5 redirection, where `5' was an invalid file descriptor, but no error message has been generated o fix brokeness for redirect to/from myself case
* Change the pkg_info check back - it was correct before!jkh1995-10-202-4/+4
|
* Fix original patch error with ! before strncmpache1995-10-203-12/+30
| | | | Zap only needed LD_* variables
* Slip some more fixes in under the wire (build hasn't gotten this far yet).jkh1995-10-200-0/+0
|
* Oops. Change LC_CTYPE to LC_TIME...ache1995-10-202-2/+2
|
* Slip some fixes under the wire. Mostly cosmetic cleanup andjkh1995-10-206-173/+103
| | | | | an attempt to make the package installer a little more robust (it's still a little shakey, but will improve between now and the release)..
* -fomit-frame-pointer is becomming an increasingly popular optimization,phk1995-10-201-2/+2
| | | | | so before somebody screws up royally, make sure this always works by adding a -fno-omit-frame-pointer here.
* Don't allow LD_* env. variables to be trickedache1995-10-201-0/+22
| | | | Submitted by: Sam Hartman <hartmans@mit.edu>
* Don't allow LD_* env. variables to be trickedache1995-10-202-6/+50
| | | | Submitted by: Sam Hartman <hartmans@mit.edu>
* Now I can do all the TCP and FTP configuration from config files.jkh1995-10-201-8/+12
|
* Split the preconfiguration code off into its own location.jkh1995-10-201-0/+198
| | | | Make it possible to preconfigure TCP setup.
* Sync for Westhill build.jkh1995-10-208-21/+33
|
* Fix fix.jkh1995-10-202-10/+8
|
* Document this a little bit better.jkh1995-10-201-7/+6
|
* More bug fixing, make debug settable two ways, put more meat intojkh1995-10-204-20/+52
| | | | the upgrade.
* Finally split this off from system.c, as intended.jkh1995-10-202-0/+176
|
* Too many bugs fixed to mention. This code just seems to BREED them.jkh1995-10-205-49/+69
| | | | | Many interfaces were also simplified or generally cleaned up in an attempt to curb this problem.
* If we clear the B_CACHE flag because a buffer isn't composed fully ofdyson1995-10-191-3/+3
| | | | | | valid bytes, we must also clear the B_DONE flag. Some filesystems depend on this (incl NFS) and is probably the cause of the biodone error and subsequent crash. Anyway this change needs to be made.
* Fix initialization of "bsize" in vnode_pager_haspage(). It must happendg1995-10-191-5/+3
| | | | | after the check for the mount point still existing or else the system will panic if someone forcibly unmounted the filesystem.
* Propogate default table to restricted 8859-1 templateache1995-10-191-0/+32
| | | | | (only control/graph/punct/print tags used) Based on: kaleb@x.org and Bruce suggestions
* Use sa_flag option SA_NODEFER in sigsys() emulation because SVR3swallace1995-10-191-5/+5
| | | | does not automatically mask signal upon delivery.
* Implement SA_NODEFER sa_flag for sigaction():swallace1995-10-194-6/+18
| | | | | | | | | | | Add SA_NODEFER define to signal.h Add ps_nodefer field to struct sigacts in signalvar.h. Add code to kern_sig.c to handle SA_NODEFER. If flag is set, when the signal is delivered, it is not masked automatically from receiving the same signal again. Reviewed by: wollman, bde
* Remove the bugs section. sh(1) now has a ulimit builtin.joerg1995-10-191-9/+0
|
* Implement the "ulimit" builtin. This is the analogon to csh's "limit"joerg1995-10-193-3/+269
| | | | | | | | | command and badly needed in sh(1) for everybody who wants to modify the system-wide limits from inside /etc/rc. The options are similar to other system's implemantations of this command, with the FreeBSD additions for -m (memoryuse) and -p (max processes) that are not available on other systems.
* Sync.jkh1995-10-194-28/+78
|
* Drat! Forgot the adds..jkh1995-10-194-0/+972
|
* Sync with today's sources:jkh1995-10-194-14/+14
| | | | | | | | o Implement the 2.0.5->2.1 upgrade procedure (gah). o Bring in Coranth's support for configuration of anon ftp and Samba plus some changes of my own. o More attempts to actually write the documentation in english. o Update docs to contain more 2.1-centric information.
* Recognize Acrobat files too.phk1995-10-191-0/+3
|
* Various fixes to make this work better when called from other tools.jkh1995-10-191-2/+14
| | | | Submitted by: Coranth Gryphon <gryphon@healer.com> & Wolfram Schneider <wosch@cs.tu-berlin.de>
* put the _getenv and _strncmp under #ifdef DEBUG, which is the only timephk1995-10-181-1/+6
| | | | they are used. Saves a few bytes here and there, nothing major.
* Add a hint about generating postscript docs.jfieber1995-10-181-1/+6
| | | | Submitted by: "Julian H. Stacey" <jhs@freebsd.org>
* Some rethinks on the way the attribute interface worked (now thatjkh1995-10-182-8/+4
| | | | | | | I'm really, truly using it). Allow distribution fetch to get .info files from the root.flp OR the distribution in question, allowing us to add flexibility to the scheme. At some point, perhaps soon, the cached copy should probably go away entirely!
* When building -static, link with special scrt0.o instead of crt0.o. Thisdg1995-10-181-0/+3
| | | | reduces the text size by about 1.5Kbytes.
* Create a scrt0.o file that specifically excludes the shared-lib support.dg1995-10-181-6/+11
| | | | This will be used for -static programs.
* Clean up entries for supported CD-ROM drives.jfieber1995-10-181-14/+5
| | | | Submitted by: Frank Durda IV <uhclem%nemesis@fw.ast.com>
* Almost snapshot time..jkh1995-10-184-48/+60
| | | | | | | | Merge today's work. Now support an attributes file loaded at startup (true front-loaded install). Add fuller debugging support to all device I/O routines. Lots-o-bug fixes.
* Make CONF1_ENABLE_MSK1 even less restriktive: Ignore slot ID ...se1995-10-176-12/+12
|
* Doubled the performance of getenv()/__findenv() by rewriting it to notdg1995-10-171-20/+24
| | | | use strncmp()..
* Back out the two latest changes. The -current branch is now equal toasami1995-10-171-7/+1
| | | | the -stable branch except the change between 1.182 -> 1.183.
* Fixed a bug that caused last(1) to be extremely slow in some cases, anddg1995-10-172-83/+83
| | | | | | | | | made other performance improving changes. This improves the performance of last(1) by as much as 32 times in some cases, and in more typical cases is about twice as fast. Added a BUGS section to the manual page to describe the behavior of last(1) when a login shell terminates abnormally (and thus doesn't write a logout record to the wtmp file).
* Add a man page for the dgb driver.bde1995-10-172-1/+365
| | | | | Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su> (English improved a bit by me.)
* Update Digiboard entries.bde1995-10-172-42/+42
| | | | Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su>
OpenPOWER on IntegriCloud