Age | Commit message (Expand) | Author |
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 |
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 |
2001-08-26 | Change the second arg to pw_mkdb() from a boolean flag to a set of | Todd C. Miller |
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 |
2001-08-25 | Sync with sysctl(8): net.inet.tcp.slowhz is not changeable; bk@rt.fm. Wow, | Aaron Campbell |
2001-08-24 | Make _PATH_DEF an ANSI C compatible preprocessor token. | Heikki Korpela |
2001-08-23 | Fix the syscall wrappers name generation in, so that libc_r gets the | Miod Vallat |
2001-08-23 | Kill very odd use of __CONCAT: completely unneeded, obfuscated, and | Marc Espie |
2001-08-23 | Add missing commas after auth_getitem and auth_setitem in NAME section. | Todd C. Miller |
2001-08-23 | Add another EPERM condition to ERRORS: if a hard link is attempted for a file | Aaron Campbell |
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 |
2001-08-21 | Start syncing with FreeBSD: | Federico G. Schwindt |
2001-08-20 | spelling | Peter Valchev |
2001-08-20 | Powered by @mantoya. | Mike Pechkin |
2001-08-20 | cope with sa_len < sizeof(struct sockaddr). | Jun-ichiro itojun Hagino |
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 |
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 |
2001-08-18 | deal with -1 from snprintf, if it ever happens | Theo de Raadt |
2001-08-18 | be more careful with snprintf; millert ok | Theo de Raadt |
2001-08-18 | Describe the pthread_main_np() function | Peter Valchev |
2001-08-18 | fix a typo and add devel/sdl to the ports applications using these pthreads | Peter Valchev |
2001-08-18 | sync up libossaudio with NetBSD changes. | Brad Smith |
2001-08-18 | Add a possibility to add a random offset to the stack on exec. This makes | Artur Grabowski |
2001-08-17 | pthread_main_np prototype | Peter Valchev |
2001-08-17 | Provide the equivalent to Solaris thr_main() function; from FreeBSD | Peter Valchev |
2001-08-17 | correctly return ssize_t. | Federico G. Schwindt |
2001-08-17 | correctly return ssize_t. | Federico G. Schwindt |
2001-08-16 | 2nd arg to pw_mkdb() | Todd C. Miller |
2001-08-16 | consistently use #include "util.h" not <util.h> since util.h lives in this dir. | Todd C. Miller |
2001-08-16 | Add new 'secureonly' arg to pw_mkdb() to correspond to pwd_mkdb's new -s | Todd C. Miller |
2001-08-16 | Use calloc() to allocate response data. Be more careful when freeing | Hakan Olsson |
2001-08-16 | o) -mdoc syntax improvements; | Mike Pechkin |
2001-08-16 | Xr raise(3) | Theo de Raadt |