aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
Commit message (Collapse)AuthorAgeFilesLines
* - FreeBSD'ized the ptrace manpage by removing non-FreeBSD specific portions.Nate Williams1996-01-202-214/+16
| | | | | | | - install ptrace.2 Notes: svn path=/head/; revision=13522
* This commit was generated by cvs2svn to compensate for changes in r13519,Nate Williams1996-01-201-0/+395
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13520
| * ptrace(2) manpageNate Williams1996-01-201-0/+395
| | | | Notes: svn path=/vendor/NetBSD/dist/; revision=13519
* Document the change that I made to pipe(2)Peter Wemm1996-01-011-4/+12
| | | | Notes: svn path=/head/; revision=13151
* Document recent changes in socket buffers and listen(2).Garrett Wollman1995-11-032-12/+38
| | | | Notes: svn path=/head/; revision=12042
* Remove the bugs section. sh(1) now has a ulimit builtin.Joerg Wunsch1995-10-191-9/+0
| | | | Notes: svn path=/head/; revision=11572
* Add man pages for the SYSV shm* and sem* functions.Joerg Wunsch1995-10-037-1/+890
| | | | | | | | | | This partially closes PR # docs/177. This should probably also go into 2.1. Submitted by: daveho@infocom.com (David Hovemeyer) Notes: svn path=/head/; revision=11151
* Indicate that backlog limit is 32.David Greenman1995-09-151-1/+1
| | | | Notes: svn path=/head/; revision=10788
* There is no such file as /usr/include/ufs/quota.h. There is a fileJoerg Wunsch1995-08-151-1/+1
| | | | | | | | | | | | /usr/include/ufs/ufs/quota (#include <ufs/ufs/quota.h>) that seems to work ok though. Closes PR # docs/670: quotactl man page incorr... Submitted by: evans@scnc.k12.mi.us (Jeffrey Evans) Notes: svn path=/head/; revision=10066
* Move rtprio.2 from usr.sbin/rtprio to lib/libc/sys, overwriting the bogusBruce Evans1995-08-051-28/+42
| | | | | | | | | version in the latter directory. Reviewed by: davidg Notes: svn path=/head/; revision=9919
* bkr() returns an int, and not a pointer. Document this.Joerg Wunsch1995-07-231-3/+3
| | | | | | | | | | | Closes PR #pending/630. Pointed out by: phk Obtained from: Notes: svn path=/head/; revision=9665
* The declaration of sigaction was missing a `const'.Bruce Evans1995-07-161-1/+1
| | | | Notes: svn path=/head/; revision=9537
* Add a missing link from the setpgid manpage to the setpgrp manpage.Nate Williams1995-05-271-0/+1
| | | | Notes: svn path=/head/; revision=8786
* Add setreuid/setregid to MAN sectionAndrey A. Chernov1995-04-231-1/+2
| | | | Notes: svn path=/head/; revision=8025
* Add setreuid/setregidAndrey A. Chernov1995-04-231-1/+2
| | | | Notes: svn path=/head/; revision=8021
* Fix history infoAndrey A. Chernov1995-04-232-8/+4
| | | | Notes: svn path=/head/; revision=8020
* Add "before inclusion of any header which ... "Andrey A. Chernov1995-04-041-1/+1
| | | | | | | Suggested by: bde Notes: svn path=/head/; revision=7618
* Properly describe how to expand default limit of handled descriptorsAndrey A. Chernov1995-04-041-1/+6
| | | | Notes: svn path=/head/; revision=7609
* Updated manual page to indicate flags argument; added return value andDavid Greenman1995-03-251-6/+24
| | | | | | | errors section. Notes: svn path=/head/; revision=7362
* Correct the parameters for the fchown. The third was erroneouslyAndreas Schulz1995-02-171-1/+1
| | | | | | | specified as uid_t but should be gid_t. Notes: svn path=/head/; revision=6511
* Document Transaction TCP extensions to generic system calls.Garrett Wollman1995-02-152-15/+46
| | | | Notes: svn path=/head/; revision=6471
* Add the sys/types.h include to the necessary documented includes for theAndreas Schulz1994-12-311-0/+1
| | | | | | | getrusage call. Notes: svn path=/head/; revision=5324
* Added sysarch system call which is used my i386_get/set_ltd.c and is neededDoug Rabson1994-11-171-1/+1
| | | | | | | | | | for Wine support. The current snapshot of wine works fine with this. This should go into the beta as the code which it calls in the kernel is already there, and works fine. Notes: svn path=/head/; revision=4545
* Redo kernel NTP PLL support, user-mode interface.Garrett Wollman1994-09-181-2/+1
| | | | Notes: svn path=/head/; revision=2857
* Added SYSV ipc system calls.Doug Rabson1994-09-131-3/+3
| | | | Notes: svn path=/head/; revision=2730
* Fixed editing blunder.David Greenman1994-09-011-2/+2
| | | | Notes: svn path=/head/; revision=2448
* Added rtprio system call stub and manual page.David Greenman1994-09-012-4/+96
| | | | | | | Submitted by: Henrik Vestergaard Draboel Notes: svn path=/head/; revision=2443
* Build ntp_adjtime.o and ntp_gettime.o so that xntpd compiles.Bruce Evans1994-08-311-9/+6
| | | | | | | | | | | | | | | | | | Don't add to POBJS or SOBJS. bsd.lib.mk does it. Some objects were duplicated. Don't add to CLEANFILES. bsd.lib.mk does it. Some objects were quadruplicated. Define variables that are only used once close to where they are used. The ifdefs for avoiding building of profiled/shared objects when NOPROFILE/NOPIC are set were not actually committed. The ifdefs belong in bsd.lib.mk anyway. Notes: svn path=/head/; revision=2425
* Undo some of Bruce's ``clean-up''. Don't be so damned verbose.Garrett Wollman1994-08-301-6/+6
| | | | Notes: svn path=/head/; revision=2418
* Don't build .po's if NOPROFILE is defined.Bruce Evans1994-08-281-10/+27
| | | | | | | | | Don't build .so's if NOPIC is defined. Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet. Notes: svn path=/head/; revision=2366
* Converted 'vmunix' to 'kernel'.David Greenman1994-08-051-2/+2
| | | | Notes: svn path=/head/; revision=1856
* First crack at making libc work with the new make macros. It compiles onGarrett Wollman1994-08-051-23/+35
| | | | | | | | my machine, and a simple static (genassym) and shared (sysctl) executable both work. Still to be done: RPCand YP merge. Notes: svn path=/head/; revision=1849
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-27105-0/+14967
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573