summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* remove prototype for nanosleep(), it's visible in unistd.h now.peter1997-05-123-3/+0
|
* Create the clock_settime(), clock_gettime(), clock_getres() and nanosleep()peter1997-05-121-3/+7
| | | | syscall functions.
* prototype clock_settime(), clock_gettime(), clock_getres(), nanosleep().peter1997-05-121-0/+7
|
* Build osreldate.h at build time rather than install time. This fixespeter1997-05-121-15/+20
| | | | a breakage with 'make reinstall' on a read-only source tree.
* The -pthread option was added to freebsd.h but missed from freebsd-elf.hpeter1997-05-121-1/+1
|
* Typo fix: sq --> qsalex1997-05-121-1/+1
|
* Typo fix.max1997-05-112-3/+3
| | | | | PR: 3570 Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
* Specify EUC-JP character encoding.jfieber1997-05-111-1/+2
|
* - fixed typoandreas1997-05-111-2/+5
| | | | | | | | | | - merged SMP option SMP_AUTOSTART from LINT - enabled SMP_AUTOSTART, since it's the desired working mode and it's reported to work now. PR: Reviewed by: Submitted by: Obtained from:
* Update the manual page to call more attention to the probe override flags.pst1997-05-111-11/+27
|
* Bring in some kernel bootp support. This removes the need for netboottegge1997-05-1117-38/+4023
| | | | | | | | to fill in the nfs_diskless structure, at the cost of some kernel bloat. The advantage is that this code works on a wider range of network adapters than netboot. Several new kernel options are documented in LINT. Obtained from: parts of the code comes from NetBSD.
* Make nc_flag and nc_nlen unsigned.phk1997-05-111-3/+3
|
* Don't rely on stderr to report bad news.phk1997-05-111-8/+8
|
* Fixed initialization of ldt[]. Unused entries were garbage. A commentbde1997-05-112-8/+16
| | | | | | | | | was stale. Fixed initialization of gdt[] for the BDE_DEBUGGER case. APM entries clobbered debugger entries if the debugger was loaded (APM is incompatible with BDE_DEBUGGER) and unused entries were garbage if the debugger wasn't loaded.
* Add variable LPR for printer command.wosch1997-05-111-3/+18
| | | | | | | Murphy's Law: define LPR=true in /etc/make.conf if you don't want tomorrow find 3 paper copies (ascii, latin1, postscript) of the handbook in your printer (or someone else printer on the other half of the world).
* Fix memory leak caused by not freeing memory returned by cgetstr()davidn1997-05-111-8/+80
| | | | | | | | | | | | calls. The cost is a little more up-front memory allocation, but the effect seems minimal. Problem noticed-by: bde Added syslog at LOG_ERR when referencing an unknown gettytab entry and for other cgetent() failues (circular reference et al). To be merged into 2.2 after a few days testing.
* Create ttyXX.if and tunX.pid irrespective ofbrian1997-05-111-23/+24
| | | | | | whether we're -dedicated. Required by: David Nugent <davidn@labs.usn.blaze.net.au>
* Make sppp's logging human-readable. Also, use log(9), as opposed tojoerg1997-05-111-134/+262
| | | | | | | printf(9), so the log output doesn't clutter the console. While i was at it, KNFified some function definitions. This file was very inconsistent in this respect.
* Add #include <sys/types.h> in synopsis, now required for libutil.h.davidn1997-05-115-5/+10
|
* Bump shared lib version to 2.3.davidn1997-05-111-1/+1
| | | | Suggested by: bde
* MF2.2: bugfix in arrayize().davidn1997-05-111-2/+2
|
* After looking around at what the other *BSD's do for their $xxxBSD$ tags,peter1997-05-118-39/+124
| | | | | | | take the easy way out and implement the beginnings of something similar. Don't worry, the code here is *dormant* so far, some "help" from cvs is required. This is going in now so that jdp can see what I'm working on. This is an extension of the previous existing skeleton $FreeBSD$ code.
* Include types.h before libutil.hjkh1997-05-111-0/+1
|
* Cosmetiqueache1997-05-111-3/+3
|
* Print out reject masks on "show lcp"ache1997-05-111-5/+9
|
* add a bktrX target (for Bt848 based cards)jmg1997-05-112-2/+22
|
* Support compressed output. Default is uncompressed output format.wosch1997-05-111-10/+46
| | | | Fix print target.
* Use random() for GenerateMagic()ache1997-05-111-9/+9
|
* Cosmetique fixes:ache1997-05-102-4/+4
| | | | | shorten help message to fit the screen return to prompt from "show ipcp"
* New Italian keymapjkh1997-05-101-1/+15
| | | | Submitted by: Gianmarco Giovannelli <gmarco@scotty.masternet.it>
* Use HTML 3.2 Final for the HTML doctype declaration.jfieber1997-05-101-2/+2
|
* login_getclass() -> login_getpwclass()davidn1997-05-101-2/+2
|
* login_getclass() -> login_getpwclass().davidn1997-05-104-9/+8
|
* login_getclass() -> login_getpwclass().davidn1997-05-101-497/+490
| | | | | | Updated (incorrect) entry for bash [-v]. Remove unused support for long rlim_t. Added "bash2" to bash style ulimit handling.
* login_getclass() -> login_getpwclass().davidn1997-05-101-2/+2
| | | | auth_rmfiles() was being called in error without LOGIN_CAP_AUTH defined.
* Summary of login.conf support changes:davidn1997-05-1010-1034/+1700
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o Incorporated BSDI code and enhancements, better logging for error checking (which has been shown to be a problem, and is therefore justified, imho); also some minor things we were missing, including better quad_t math, which checks for under/overflows. o setusercontext() now allows user resource limit overrides, but does this AFTER dropping root privs, to restrict the user to droping hard limits and set soft limits within the kernel's allowed user limits. o umask() only set once, and only if requested. o add _secure_path(), and use in login.conf to guard against symlinks etc. and non-root owned or non-user owned files being used. Derived from BSDI contributed code. o revamped authentication code to BSDI's latest api, which includes deleting authenticate() and adding auth_check() and a few other functions. This is still marked as depecated in BSDI, but is included for completeness. No other source in the tree uses this anyway, so it is now bracketed with #ifdef LOGIN_CAP_AUTH which is by default not defined. Only auth_checknologin() and auth_cat() are actually used in module login_auth.c. o AUTH_NONE definition removed (collided with other includes in the tree). [bde] o BSDI's login_getclass() now accepts a char *classname parameter rather than struct passwd *pwd. We now do likewise, but added login_getpwclass() for (sort of) backwards compatiblity, namely because we handle root as a special case for the default class. This will require quite a few changes elsewhere in the source tree. o We no longer pretend to support rlim_t as a long type. o Revised code formatting to be more bsd-ish style.
* Document APIC_IO as mandatory.fsmp1997-05-101-5/+5
| | | | Document SMP_AUTOSTART as working.
* Documented SMP_AUTOSTART to be working.fsmp1997-05-103-6/+12
|
* Clean up some more. Move parsing of sysctl iflist data into a singlepeter1997-05-103-192/+169
| | | | | | place rather than updating the main loop's index variables from within a subroutine and other revolting things like that. Move some more globals into local variables.
* Fix null dereference if config variable not set.pst1997-05-103-9/+9
|
* Implement a separate control for write gathering on NFSv3. This is turneddfr1997-05-105-10/+38
| | | | | | | off for NFSv3 by default since write gathering seems to reduce performance for NFSv3 by up to 60%. Add sysctl knobs to control both variables.
* Fix a nasty hang connected with write gathering. Also add debug printdfr1997-05-1012-44/+156
| | | | statements to bits of the server which helped me find the hang.
OpenPOWER on IntegriCloud