summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add locale-independent control checks for security reasonache1997-05-141-2/+4
|
* Change ftpmail address as per Paul Vixie..jkh1997-05-141-1/+1
|
* Add SNAP servers to list of FTP sites.jkh1997-05-143-6/+24
|
* Bring in some improved bootp support for netboot submitted by Luigi:tegge1997-05-148-87/+213
| | | | | | | | | - TFTP is not needed any longer. Add some other improvements: - swapsize is now detected if no value was specified. - resvport is used by default - merged code for setting/showing mount options for root/swap. Submitted by: Luigi Rizzo <luigi@labinfo.iet.unipi.it>
* Add back the description of the -o option.steve1997-05-141-1/+13
| | | | Threatened PR by: Tim Vanderhoek :)
* Use same syntax as netboot for root and swap mounts.tegge1997-05-142-326/+310
| | | | | Handle mount options. Ignore T16 (swap server address) and T6 (DNS server).
* Build pid_filename without a double slash.brian1997-05-142-7/+11
| | | | | | | Make ``Dial attempt'' diagnostics consistent. Reset lostCarrier when it has reached max. Suggested by: Kevin Street <street@iName.com>
* Don't attempt to ioctl(modem...) when modem isbrian1997-05-141-1/+9
| | | | closed. Just DownConnection().
* Completely remove #ifdefed out 8859-1 extension, I found it breakache1997-05-141-39/+1
| | | | POSIX, C locale definition, see LC_CTYPE pre-defined table there
* Fixed overallocation of _thread_fd_table.alex1997-05-133-3/+3
| | | | | PR: 3494 Submitted by: Steve Bauer <sbauer@rock.sdsmt.edu>
* Merge the EN version changes, 1.240 -> 1.241.max1997-05-131-3/+3
|
* Merge the EN version changes, 1.65 -> 1.67.max1997-05-131-2/+14
|
* Add a comment to the >16M and >64M entries for lying COMPAQ BIOSes.pds1997-05-131-5/+9
|
* First cut at patches to make appletalk compile againjulian1997-05-135-222/+378
| | | | after the dissapearance of the USRREQ() entrypoint.
* Don't output extraneous tabbrian1997-05-131-3/+7
| | | | Submitted by: Garance A Drosehn <gad@eclipse.its.rpi.edu>
* Don't drop into the troff args after parsing -#.brian1997-05-131-1/+2
| | | | Submitted by: Garance A Drosehn <gad@eclipse.its.rpi.edu>
* Fix a bug (dereferencing zero) introduced by the last mods.brian1997-05-131-2/+2
| | | | Submitted by: David Nugent <davidn@labs.usn.blaze.net.au>
* Check the B_CLUSTER flag when choosing whether to use unstable or filesyncdfr1997-05-132-4/+4
| | | | | | | writes. PR: kern/3438 Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no>
* Forgot to commit this.. Do a 'make all' in src/include before tryingpeter1997-05-131-3/+2
| | | | | | to install it. Otherwise osreldate.h breaks. Pointed out by: Doug Rabson <dfr@nlsystems.com>
* Don't keep addresses in mbuf chains. This should simplify the next rounddfr1997-05-1312-123/+183
| | | | | | of network changes from Garret. Reviewed by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
* Localize itache1997-05-131-0/+3
|
* #ifdef out C locale extension to 8859-1 encoding, it now stays to ASCIIache1997-05-131-1/+4
| | | | | | | | | | | | | | | back as designed in *BSD Also it not violates current standards but 1) No other Unixes have this feature 2) It broke Kerberos5 (isprint) and God knows what else (not all vendors will agree to treat FreeBSD as special case for support since (1)) 2) Give false localization sense (programs mimic to be 8859-1 localized) which prevents true localization.
* struct timespec needs to be useable with just <time.h>, but needs to notpeter1997-05-132-8/+8
| | | | | | | | conflict with the kernel visible one. Make the new stuff not visible if _ANSI_SOURCE or _POSIX_SOURCE is defined (!) because the new things are not part of the base 1003.1-1990 standard or ansi (says Bruce). Reviewed by: bde
* Changes to support the kernel linker:dfr1997-05-134-9/+26
| | | | | | | | | | | | | | Add a -Bforcedynamic option which generates a dynamic object even if no shared libraries were given in the link. Make RRS in text section warnings conditional on "-assert pure-text" so that I can link non-PIC kernel modules without tons of link errors. Changes to bsd.lib.mk to follow. Fix a couple of bugs exposed by the fact that the kernel is not linked at zero. Reviewed by: jdp
* struct timespec needs to be useable with just <time.h>, but needs to notpeter1997-05-131-7/+27
| | | | | | conflict with the kernel visible one. Make the new stuff not visible if _ANSI_SOURCE or _POSIX_SOURCE is defined (!) because the new things are not part of the base 1003.1-1990 standard (or ansi).
* Correct the files section for tunX.pid and ttyXX.ifbrian1997-05-132-8/+16
|
* remove stray forward declaration for struct timespecpeter1997-05-131-3/+0
| | | | Pointed out by: bde
* Add clockid_t definition like in sys/types.h to allow time.hache1997-05-131-0/+5
| | | | to be included without sys/types.h, it fixes broken groff compilation
* Back out previous revision. Shlib version numbers are supposed to beasami1997-05-131-1/+1
| | | | | | | | bumped only 0.1 or 1.0 between releases. (See handbook.) Note that if you have built world in -current in the last 48 hours or so, you should manually remove /usr/lib/libutil.so.2.3 before rebuilding world to cleanse your system.
* Added Gene Stark as a developer/CVS committer.dg1997-05-132-3/+7
|
* Add arp_proxyall knob.jkh1997-05-138-8/+44
| | | | Submitted by: Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
* Remove explicit rule for setup. This effectively deletes revisions 1.2asami1997-05-131-3/+0
| | | | and 1.3 as well.
* Fix a few typos in last commit.brian1997-05-131-10/+8
|
* Add ${CFLAGS} to makerom command line. Note: don't add ${LDFLAGS} here,asami1997-05-131-2/+2
| | | | | | | it has a bunch of extra stuff defined above. While I'm here, change "$(CFLAGS)" to "${CFLAGS}" to make all the rules uniform.
* Add ${CFLAGS} and ${LDFLAGS} to the setup command line.asami1997-05-131-1/+1
|
* save/restore %ebx, %esi and %edi when calling bios routines.tegge1997-05-121-12/+38
| | | | | | Don't save/restore %ecx and %edx. Reset segment limits when going to real mode. Reviewed by: phk (briefly)
* Use the old nfs arguments in the nfs_diskless structure, to betegge1997-05-124-102/+116
| | | | | | compatible with boot proms made from the 2.2 source. Convert the nfs arguments when copying to the new diskless structure. Copy the gateway field in the diskless structure.
* Make things more descriptive.brian1997-05-122-255/+628
| | | | | | PR: 1847 Submitted by: Peter Childs <pjchilds@imforei.apana.org.au> Dirk-Willem van Gulik <Dirk.vanGulik@jrc.it>
* Make the META tag specifying the document character set the firstjfieber1997-05-121-8/+8
| | | | thing in the HEAD element.
* Bring pmdemand example in line with handbook and manbrian1997-05-121-3/+3
| | | | page examples.
* Oops, move clock_*() and nanosleep() to time.hpeter1997-05-122-4/+4
| | | | Submitted by: Peter Dufault <dufault@hda.com>
* Synchronize with sys/i386/i386/machdep.c revision 1.241.kato1997-05-122-8/+16
|
* add .St -p1003.1b and -p1003.1b-93peter1997-05-121-0/+20
|
* Add clock_* and nanosleep manpages and links.peter1997-05-121-2/+5
|
* manpage for nanosleep(2)peter1997-05-121-0/+96
| | | | Obtained from: NetBSD (I think jtc@netbsd.org wrote it)
* Man pages for clock_{get/set}time() and clock_getres().peter1997-05-121-0/+124
| | | | Obtained from: kstailey@openbsd.org via OpenBSD sources
* Correct sample file name.brian1997-05-122-4/+4
|
* Make uu_* const correct.brian1997-05-123-12/+12
| | | | Suggested by: joerg
* Use nanosleep() in all cases, not just in the reentrant libc (_THREAD_SAFE)peter1997-05-121-70/+9
| | | | version.
* Add const in the thread version of nanosleep()'s argspeter1997-05-123-3/+6
|
OpenPOWER on IntegriCloud