Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-30 | fix some const warnings. | Federico G. Schwindt | |
more sync with freebsd. | |||
2001-08-30 | fix some const warnings | Federico G. Schwindt | |
2001-08-29 | More sync with FreeBSD. | Federico G. Schwindt | |
2001-08-29 | build crt0, crtbegin and friends. | Artur Grabowski | |
2001-08-29 | crt0. Almost like on alpha, except that sparc64 needs an assembler stub | Artur Grabowski | |
for the moment. (why make the ABI so complicated?) The assembler is inspired by crt0 in NetBSD. | |||
2001-08-29 | Last pieces needed to build libc on sparc64. | Artur Grabowski | |
2001-08-29 | Bunch of necessary files from NetBSD. | Artur Grabowski | |
2001-08-29 | more files from sparc. | Artur Grabowski | |
2001-08-29 | bunch of files from sparc. | Artur Grabowski | |
2001-08-29 | except ffs and strlen we use the generic functions (for now). | Artur Grabowski | |
2001-08-29 | ffs from sparc and strlen from NetBSD. | Artur Grabowski | |
(Don't ask me why our makefiles wouldn't accept using strlen.c) | |||
2001-08-29 | syscall(), trivial | Artur Grabowski | |
2001-08-29 | signal stuff from sparc, cleaned up. | Artur Grabowski | |
2001-08-29 | setlogin from NetBSD | Artur Grabowski | |
2001-08-29 | sbrk from NetBSD | Artur Grabowski | |
2001-08-28 | fork from sparc. cleaned up. | Artur Grabowski | |
2001-08-28 | exect from sparc. | Artur Grabowski | |
2001-08-28 | Add SYSENTRY as on sparc. We'll need it later. | Artur Grabowski | |
2001-08-28 | cerror. based on the same file from sparc, with cleanups. | Artur Grabowski | |
2001-08-28 | brk from NetBSD | Artur Grabowski | |
2001-08-28 | Duh. remove dumb debugging before commit next time. | Artur Grabowski | |
2001-08-28 | Ovfork from sparc, cleaned up. | Artur Grabowski | |
2001-08-28 | abs from NetBSD | Artur Grabowski | |
2001-08-28 | {hton,ntoh}{s,l} from NetBSD. | Artur Grabowski | |
2001-08-28 | SYS.h from NetBSD. Not fixed yet for libc_r. | Artur Grabowski | |
2001-08-28 | sparc64 bits. Not tested yet. | Artur Grabowski | |
From NetBSD, modified to fit our libkvm. | |||
2001-08-28 | The sparc workaround is needed for sparc64 too. | Artur Grabowski | |
2001-08-27 | Zero out entire FTS after allocating it instead of just zeroing out | Todd C. Miller | |
a few fields by hand; Closes PR 2033 | |||
2001-08-26 | Change the second arg to pw_mkdb() from a boolean flag to a set of | Todd C. Miller | |
bit flags ORed together. Currently the only flags defined are _PASSWORD_SECUREONLY and _PASSWORD_OMITV7 but this is enough to cause pw_mkdb() to run pwd_mkdb with the options we want. With this change we no longer generate the old V7 passwd file when only the extra fields in master.passwd (or the encrypted password) have changed. There are other programs that could probably use the _PASSWORD_OMITV7 flag; they will be converted at a future date. | |||
2001-08-26 | More syncing with FreeBSD, preparing for a commit. | Federico G. Schwindt | |
2001-08-25 | Typo - PR 2032 | Hugh Graham | |
2001-08-25 | Fix the __infinity constant on powerpc. | Dale Rahn | |
from a7r@andern.org | |||
2001-08-25 | Sync with sysctl(8): net.inet.tcp.slowhz is not changeable; bk@rt.fm. Wow, | Aaron Campbell | |
reported on 04/26/2000, I am a slacker. | |||
2001-08-24 | Make _PATH_DEF an ANSI C compatible preprocessor token. | Heikki Korpela | |
(See the rationale: http://www.lysator.liu.se/c/rat/c8.html#3-8-3-3) Spotted by me, my fix fixed by espie@, ok millert@ | |||
2001-08-23 | Fix the syscall wrappers name generation in, so that libc_r gets the | Miod Vallat | |
correct entry points and programs can link to it. I would have commited this later, but fgs@ insisted. | |||
2001-08-23 | Kill very odd use of __CONCAT: completely unneeded, obfuscated, and | Marc Espie | |
not even ANSI (concatenation does not produce a valid token). Found out by heko@. | |||
2001-08-23 | Add missing commas after auth_getitem and auth_setitem in NAME section. | Todd C. Miller | |
Problem found by makewhatis -p / espie. | |||
2001-08-23 | Add another EPERM condition to ERRORS: if a hard link is attempted for a file | Aaron Campbell | |
that's flagged immutable or append-only, it will fail. | |||
2001-08-23 | typo fix from NetBSD (groo@netbsd.org) | Paul Janzen | |
2001-08-22 | "This section" and variants ==> 'The manual pages in section x' | Heikki Korpela | |
in intro manual pages to hopefully confuse users a little bit less aaron@ ok | |||
2001-08-21 | Start syncing with FreeBSD: | Federico G. Schwindt | |
o Implement _get_curthread() and _set_curthread(). Use it where possible. o Add missing _thread_[enter|leave]_cancellation_point(). o Add a couple of not yet used vars to pthread_private.h. o Remove return's from void functions. This is by no means complete, but instead of doing a big commit, i'll split it in small ones, minimizing diffs. | |||
2001-08-20 | spelling | Peter Valchev | |
2001-08-20 | Powered by @mantoya. | Mike Pechkin | |
o) fix bogus .Xr usage; millert@ ok. | |||
2001-08-20 | cope with sa_len < sizeof(struct sockaddr). | Jun-ichiro itojun Hagino | |
From: Patrik Lindergren <patrik@datacom.nu> | |||
2001-08-20 | cope with negative return value from snprintf. | Jun-ichiro itojun Hagino | |
2001-08-20 | use snprintf, not sprintf. sync with kame | Jun-ichiro itojun Hagino | |
2001-08-19 | remove unused bits and pieces. | Brad Smith | |
-- Ok'd by art@ | |||
2001-08-19 | make obj in hppa always | Michael Shalayeff | |
2001-08-19 | either way this is what i'm using now | Michael Shalayeff | |
2001-08-19 | enable pthread_main_np(3) | Peter Valchev | |