summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* At least the ASUS Triton motherboards don't disable the PCI bus configurationse1995-10-176-24/+30
| | | | | | | | | accesses after the BIOS bus scan. The previous revision made the assumption, that every PCI motherboard did ... Change the test on the initial value of the CONF1_ADDR_PORT register in a way that makes the probe succeed on triton based motherboards, without breaking the EISA motherboard that has some non-PCI register at the same address.
* Sync with me in prep for snapshot.jkh1995-10-172-20/+20
|
* Sync to my current development srcs. I'm about to go off the air here forjkh1995-10-162-6/+6
| | | | awhile wwhile they work on my phone lines.
* Change signature of rt->rt_output() so that it is compatible withwollman1995-10-161-3/+3
| | | | | | ifp->if_output() functions. This way, initial implementations of rt_output functionality can just lazily use if_output until customized versions are written.
* When adding a route fails because there is already a route with the samewollman1995-10-161-1/+23
| | | | | | | (mask,value) in the tree, don't immediately return EEXIST. Instead, check to see if the pre-existing route was generated by protcol-cloning. If so, then it is OK to simply blow away the old route and re-attempt the insertion. If not, then fall back to the same error code as before.
* Don't use printf() for simple strings because it is slow. Closes PR 783.wollman1995-10-161-1/+1
| | | | Submitted by: Wolfram Schneider <wosch@freebsd.first.gmd.de>
* The ability to administratively change the MTU of an interface presentswollman1995-10-165-15/+36
| | | | | | | a few new wrinkles for MTU discovery which tcp_output() had better be prepared to handle. ip_output() is also modified to do something helpful in this case, since it has already calculated the information we need.
* Fix many more bogons, add some stuff to make the docs folk happy.jkh1995-10-166-94/+66
|
* Add NO_FETCH handling in the similar way as other NO_* targets doesache1995-10-161-1/+5
|
* Fix NO_EXTRACT case: build missing WRKDIRache1995-10-161-1/+3
| | | | | Previous variant always fails on touch work/.extract_cookie (or next following touches) because work directory not exists.
* Switch to fds from FILE *'s. Fix a problem with FTP media devicejkh1995-10-162-48/+58
| | | | and INDEX file.
* Translate from the original Danish.jkh1995-10-161-22/+26
|
OpenPOWER on IntegriCloud