| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-12-09 | - Changed clocktl interface to use syscallargs structures | manu | |
| - Implemented keep-state so that we don't have to open /dev/clockctl each time. | |||
| 2001-11-29 | grammar | ross | |
| 2001-11-24 | comment out the STANDARDS section for now | jdolecek | |
| 2001-11-23 | Two punctuation-vs.-macro improvements, and a grammar fix. | wiz | |
| 2001-11-23 | document new error cases | jdolecek | |
| state standard conformancy - besides RLIMIT_AS (which is not supported currently), getrlimit()/setrlimit() conform to SUSv2 use more standard description cookie for error return in RETURN VALUES mention also ulimit of sh(1), besides limit of csh(1) | |||
| 2001-11-23 | Grammar nit from 1.14. | jhawk | |
| Dd from 1.5. | |||
| 2001-11-23 | remove the list of Berkeley-specific signals from STANDARDS | jdolecek | |
| section, the whole list is available in signal(7) | |||
| 2001-11-14 | mention that we ignore negative fds. | christos | |
| 2001-11-13 | Only put LintSys*.c in DPSRCS; the others are static files. | tv | |
| 2001-11-13 | Clean up a little more (DPSRCS already goes in CLEANFILES; reduce | tv | |
| redundancy of DPSRCS). | |||
| 2001-11-13 | No need for the .for in this case (holdover from earlier noncommitted | tv | |
| version of the simplification). | |||
| 2001-11-13 | Make this match the new .S extension of syscalls. | tv | |
| 2001-11-13 | Make previous a bit cleaner, too: just refer to all these files by the | tv | |
| .S extension; no need to do all the :.o=.S transforms. | |||
| 2001-11-13 | Fix backslash typo in previous. | tv | |
| 2001-11-13 | Make the generation of syscall stubs a lot more reliable by generating real | tv | |
| `.S' files and letting <bsd.sys.mk> and <bsd.lib.mk> compile them like every other .S file. The compilation options passed to ${CC} are still correct. Also make sure LintSysPseudoNoerr.c gets removed on "make clean". | |||
| 2001-10-23 | Reduce the ties to `inode'. | kleink | |
| 2001-10-23 | Should have done this years ago... | mycroft | |
| Add a warning about the separability of the PROT_* flags. | |||
| 2001-10-22 | Sprinkle some __restrict into <sys/socket.h>. | kleink | |
| 2001-10-16 | Remove inclusion of <sys/types.h> from synopsis; it is no longer needed. | kleink | |
| 2001-10-16 | Boring whitespace or punctuation fixes. | wiz | |
| 2001-10-16 | Clean up synopsis somewhat: | kleink | |
| * only associate S/G interfaces with <sys/uio.h> (and only that header); * drop <sys/types.h> entirely, as it is no longer needed. | |||
| 2001-10-02 | Clarify that you may get a signal instead of EFAULT. | sommerfeld | |
| 2001-09-17 | Need string.h for memcpy() prototype. | thorpej | |
| 2001-09-17 | Need string.h for memcpy() prototype. | thorpej | |
| 2001-09-17 | Pull in <string.h> for memcpy() prototype. | thorpej | |
| 2001-09-17 | Include string.h for memcpy(). | tsutsui | |
| 2001-09-16 | Added support to use the clockctl driver if present for adjtime(), | manu | |
| clock_settime(), ntp_adjtime() and settimeofday(). The super-user still always use the plain system call. Approved by Christos | |||
| 2001-09-16 | Sort sections, sort SEE ALSO, punctuation and miscellanous fixes. | wiz | |
| 2001-09-16 | Boring whitespace fixes. | wiz | |
| 2001-09-08 | Add __clone.S | christos | |
| XXX: This breaks the x86_64 port. Frank are you there? | |||
| 2001-09-07 | Follow a hint by Simon Burge (first part of diff), and comment in | wiz | |
| a xref to hz(9) now that it exists (second part). | |||
| 2001-09-06 | Add ntp_adjtime(2) and ntp_gettime(2) man page. | wiz | |
| 2001-09-01 | Don't need <sys/types.h> or <sys/time.h> before <sys/resource.h>. | simonb | |
| References: SUSv2 | |||
| 2001-08-25 | Fix typo mentioned in OpenBSD PR/2032 | mjl | |
| 2001-07-18 | Build __clone.S, the Lint stubs, and the manual pages. | thorpej | |
| Yes, I know now all ports have a __clone() stub yet, but this will force the issue -- they don't get to build their libc until they implement it. Implementers are encouraged to use the regression test for it in src/regress/lib/libc/clone. | |||
| 2001-07-18 | Fix the declaration of the funciton in the SYNOPSIS section. | thorpej | |
| 2001-07-18 | Document WALTSIG (and __WCLONE) and WALLSIG (__WALL). Restructure the | thorpej | |
| options documentation to make it easier to read. | |||
| 2001-07-17 | Document CLONE_VFORK and note that we also do not implement CLONE_PTRACE. | thorpej | |
| 2001-07-17 | Lint stubs for clone(2). | thorpej | |
| 2001-07-17 | Manual page for clone(2). | thorpej | |
| 2001-07-10 | move to kqueue branch for now | lukem | |
| 2001-07-09 | grammar. | skrll | |
| 2001-06-28 | freebsd kqueue implementation | lukem | |
| 2001-06-07 | note the SWAP PRIORITY section in swapctl.8 | mrg | |
| 2001-06-05 | NetBSD -> Nx | wiz | |
| 2001-05-19 | Use EAGAIN instead of EWOULDBLOCK. The actual numeric value is | jdolecek | |
| same, but EAGAIN is the posixly correct name. Addresses misc/12960. | |||
| 2001-05-17 | replace return with rename (from Bruce Korb). | matt | |
| 2001-05-05 | Document l_type usage explicitly; fixes PR misc/10325. | kleink | |
| 2001-04-25 | Spell occurred correctly. | simonb | |
| 2001-04-23 | Dummy commit to kill -kk. | wiz | |
