Age | Commit message (Expand) | Author |
2001-08-29 | crt0. Almost like on alpha, except that sparc64 needs an assembler stub | Artur Grabowski |
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 |
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 | The easy files... | Jason Wright |
2001-08-28 | SYS.h from NetBSD. Not fixed yet for libc_r. | Artur Grabowski |
2001-08-28 | Just read the install notes; this is woefully out of date anyway. | Jason Wright |
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-28 | an attempt at deuglification of the previous commit (It's still ugly, tho) | Jason Wright |
2001-08-28 | remove unneeded code (this is done later) | Bob Beck |
2001-08-28 | oh, some cleanups etc etc | Theo de Raadt |
2001-08-28 | Relax restriction on buffer length being % 4 = 0 for the last entry in the | Jason Wright |
2001-08-28 | fix a segfault occuring in dhclient when the server specifies his name. | Matthieu Herrb |
2001-08-28 | don't reference seminfo if SYSVSEM isn't defined | Jason Wright |
2001-08-28 | allow: ssh -F configfile host | Markus Friedl |
2001-08-28 | Getting closer to working userland MAC. | ben |
2001-08-28 | move '!' from host_list to host: "xhost : '!' host | host;"; ok dhartmei@ | Markus Friedl |
2001-08-28 | check for malloc/strdup == NULL | Markus Friedl |
2001-08-28 | don't set DynamicForward unless Host matches | Markus Friedl |
2001-08-28 | Support ! operator in host parameter lists. Fixes PR system/2030. Reported | Daniel Hartmeier |
2001-08-28 | Dont hardcode NKMEMCLUSTERS, calculate it to 256, as other m68ks do. | Janne Johansson |
2001-08-28 | Mention macro definition/expansion with an example. | Daniel Hartmeier |
2001-08-28 | Add new ioctls to securelevel check, from Can Erkin Acar | Daniel Hartmeier |
2001-08-28 | Add information on number/percentage of namei calls missed the cache. | Tobias Weingartner |
2001-08-28 | Bump state timeouts and allow tweaking them from pfctl. | Mike Frantzen |
2001-08-27 | #include <string.h> | Markus Friedl |
2001-08-27 | get direction of read/write correct in calls to bus_dmamap_sync() | Jason Wright |
2001-08-27 | reverse read/write directions in bus_dmamap_sync calls since I misunderstood ... | Jason Wright |
2001-08-27 | fix memory fault if non-existent filename is given to the -f option | Dan Harnett |
2001-08-27 | Deal with __HAS_NEW_BUS_DMAMAP_SYNC and try to sync partial maps when possible. | Jason Wright |
2001-08-27 | Zero out entire FTS after allocating it instead of just zeroing out | Todd C. Miller |
2001-08-27 | cold is in <sys/systm.h> | Miod Vallat |
2001-08-27 | initial support for non-HMAC md5/sha1 (work by ben@ and myself) | Jason Wright |