Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bitrot in the prototype for logwtmp(). | bde | 1998-01-16 | 1 | -2/+2 |
| | |||||
* | Fixed bugs in the conversion of kvm to to use procfs in rev.1.3. All | bde | 1998-01-16 | 1 | -9/+14 |
| | | | | | | | | | | | | are in kvm_uread(): - the setting of errno before checking it in the lseek() was lost. - EOF handling was lost. kvm_uread() retried forever on EOF. EOF is not really an error, but report it one as in rev.1.2. - reporting of errno after a read error was lost. Fixed style bugs in rev.1.3 and rev.1.12. Not fixed: errno is not reported after lseek() failures. | ||||
* | Fixed wrong prototype for history(). | bde | 1998-01-16 | 1 | -3/+3 |
| | | | | Don't (mis)use .Fd outside of the synopsis. | ||||
* | Fixed missing #include in synopsis. | bde | 1998-01-16 | 1 | -0/+2 |
| | |||||
* | Fixed wrong prototype for clock_getres(). | bde | 1998-01-16 | 1 | -2/+2 |
| | |||||
* | Fixed wrong prototypes. Most of the prototypes had missing return types, | bde | 1998-01-16 | 1 | -9/+19 |
| | | | | or missing const's or `short *' instead of `[ug]id_t *' in argument types. | ||||
* | Fixed missing return type in a prototype. | bde | 1998-01-16 | 1 | -0/+1 |
| | |||||
* | Fixed a missing #include in the synopsis. | bde | 1998-01-16 | 1 | -4/+5 |
| | | | | | | | Fixed some wrong prototypes. Fixed a misspelled function name. The owner of this file should add a copyright and an Id. | ||||
* | Added prototypes for functions that were documented in libalias.3 | bde | 1998-01-16 | 1 | -0/+8 |
| | | | | but not prototyped here. | ||||
* | Non-intrusive changes to support Justin's CAM stuff. | jkh | 1998-01-16 | 2 | -3/+5 |
| | |||||
* | PR: 5489 | danny | 1998-01-15 | 1 | -5/+5 |
| | | | | | Submitted by: Steve G. Kargl <kargl@troutmask.apl.washington.edu> Repair corrupted text. | ||||
* | Return the correct errno from getcwd() even if free() or closedir() | mckay | 1998-01-15 | 1 | -0/+4 |
| | | | | | | overwrites it. This actually showed up when running under an old kernel when free() called the madvise() stub which set errno, causing getcwd() to return EOPNOTSUPP instead of ERANGE. | ||||
* | Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() which | jb | 1998-01-15 | 3 | -6/+18 |
| | | | | do not exist in NetBSD 1.3. | ||||
* | Typo fix. | alex | 1998-01-15 | 1 | -2/+12 |
| | | | | | | | Added EOPNOTSUPP and EMLINK to errors section. Added symlink(2) xref. Obtained from: OpenBSD | ||||
* | Include string.h for memcpy function prototype. | jb | 1998-01-14 | 1 | -0/+1 |
| | |||||
* | Remove __libalias_version. Ppp no longer uses it. | brian | 1998-01-14 | 1 | -3/+0 |
| | |||||
* | Consistently reference init as .Xr init 8. | alex | 1998-01-13 | 1 | -2/+2 |
| | | | | Obtained from: OpenBSD | ||||
* | Return type and argument to sleep are unsigned int. | alex | 1998-01-13 | 1 | -2/+3 |
| | |||||
* | When printf'ing the result of pointer arithmetic, cast the result to | jb | 1998-01-13 | 1 | -9/+9 |
| | | | | | | | long and use %ld, not %d. We're going to need an abbreviation for this comment 'cause it's going to be used a lot from now on. | ||||
* | Dump the constant NGROUPS in favor of the POSIX way: | alex | 1998-01-13 | 1 | -9/+6 |
| | | | | | | sysconf(_SC_NGROUPS_MAX). Submitted by: bde | ||||
* | Use .Fn for sysconf(_SC_CLOCK_TCK) reference. | alex | 1998-01-13 | 1 | -1/+3 |
| | | | | Added $Id$. | ||||
* | ${TARGET} -> ${.TARGET} | eivind | 1998-01-12 | 1 | -2/+2 |
| | | | | Tiny pointed hat goes to: Our Makefile-meister. | ||||
* | Formatting fix & improved comment for struct timeval. | alex | 1998-01-11 | 1 | -1/+3 |
| | | | | Obtained from: OpenBSD | ||||
* | Fixed brk(2) xref. | alex | 1998-01-11 | 1 | -1/+2 |
| | | | | Obtained from: OpenBSD | ||||
* | Added sys/types.h to synopsis as per POSIX. | alex | 1998-01-11 | 1 | -1/+2 |
| | | | | Obtained from: OpenBSD | ||||
* | Replace sys/param.h with sys/types.h as per POSIX. | alex | 1998-01-11 | 1 | -1/+9 |
| | | | | | | Document the special case of gidsetlen == 0. Partially obtained from: OpenBSD | ||||
* | Document that arg max is controllable via sysctl. | alex | 1998-01-11 | 1 | -5/+7 |
| | |||||
* | Remove use of <osreldate.h>. | eivind | 1998-01-11 | 1 | -6/+0 |
| | | | | Screwed up by: myself | ||||
* | Formatting fix. | alex | 1998-01-11 | 1 | -1/+2 |
| | | | | Obtained from: OpenBSD | ||||
* | Added EMFILE and ENFILE to errors section. | alex | 1998-01-11 | 1 | -0/+5 |
| | | | | Obtained from: OpenBSD | ||||
* | .Xr sigvec --> sigaction | alex | 1998-01-11 | 1 | -2/+2 |
| | | | | Obtained from: OpenBSD | ||||
* | Add <sys/types.h> to synopsis. | alex | 1998-01-11 | 1 | -1/+4 |
| | | | | | | | Correct a grammatical error. Add cross-reference to setrlimit(2). Obtained from: OpenBSD | ||||
* | CSU source for Alpha obtained from NetBSD. The makefile will require | jb | 1998-01-11 | 4 | -0/+419 |
| | | | | more work when we get a half-way usable libc (which is next). | ||||
* | We can now build libm on Alpha. There is very little MD alpha code. | jb | 1998-01-10 | 1 | -3/+0 |
| | |||||
* | This is the only alpha math source that NetBSD has. | jb | 1998-01-10 | 2 | -0/+90 |
| | |||||
* | Put back __libalias_version so ppp(8) build again. | steve | 1998-01-10 | 1 | -0/+3 |
| | |||||
* | Sync with ipfw interface change: fw_pts is now part of a union (a | alex | 1998-01-10 | 1 | -5/+5 |
| | | | | necessary evil due to the 108 byte setsockopt() limit). | ||||
* | include <net/if.h> and restore this to sanity. | jkh | 1998-01-10 | 1 | -0/+1 |
| | |||||
* | Bruce says that ${.CURDIR}/csu/${MACHINE} will prevent finding a | jb | 1998-01-10 | 1 | -2/+6 |
| | | | | | | | | stale obj directory and we wouldn't want to do that! I trust he knows what he's talking about. 8-) Also avoid building libm at all until the NetBSD asm code is imported. I wrongly commented this out last time. Oops. | ||||
* | Allow this to compile with NetBSD tools. | jb | 1998-01-09 | 1 | -1/+1 |
| | |||||
* | Teach libalias to work with IPFW firewalls (controlled by a flag). | eivind | 1998-01-09 | 9 | -93/+475 |
| | | | | | Obtained from: Yes development tree (+ 10 lines of patches from Charles Mott, original libalias author) | ||||
* | Don't build libc, libc_r or libm on Alpha yet. We'll do the other | jb | 1998-01-09 | 1 | -3/+7 |
| | | | | libraries first and use NetBSD's libc/libm for now. | ||||
* | Make a couple of the stat flags dependent on the sys/stat.h header file | jb | 1998-01-09 | 4 | -4/+36 |
| | | | | | | | | | | | that this source is compiled against. This source is referenced by install which is needed as a build tool and must be able to compile against NetBSD headers and libraries if we have a hope of supporting another architecture. With this change, that's two working programs down and 3945 (?) to go. The other one was make, but that didn't need any changes to work under FreeBSD/Alpha. 8-) | ||||
* | Build lib/csu/${MACHINE} only if it exists so that when porting FreeBSD | jb | 1998-01-09 | 1 | -1/+1 |
| | | | | | | to another architecture (in this case the Alpha) we can continue to use the host csu objects (from NetBSD). This should be a non-function change to FreeBSD/i386. | ||||
* | handle long usernames more carefully | imp | 1998-01-07 | 1 | -5/+8 |
| | | | | | Reviewed by: guido Obtained from: OpenBSD (Theo de Raadt) | ||||
* | Convert to mdoc format. | charnier | 1998-01-05 | 1 | -248/+146 |
| | |||||
* | size_t -> unsigned | ache | 1998-01-04 | 1 | -3/+3 |
| | | | | | in arguments length INT_MAX overflow check Suggested-by: bde | ||||
* | Expanded cross references. | alex | 1998-01-02 | 9 | -8/+20 |
| | |||||
* | Remove unneeded code left from testing | ache | 1998-01-02 | 1 | -13/+2 |
| | |||||
* | 1) Redo internal interface to be more latest ncurses-like | ache | 1998-01-02 | 3 | -73/+82 |
| | | | | | | 2) Fix winsdel called in last line of the window (nothing happens in old variant) 3) Add range checks to wscrl() and internal soft scroll function |