Age | Commit message (Expand) | Author |
2003-04-19 | string stuff, ok krw@ deraadt@ | Henning Brauer |
2003-04-19 | string stuff, ok krw@ | Henning Brauer |
2003-04-18 | Fix format odditiy in 'ERRORS' section, formats like mmap(2) manpage now. | Dale Rahn |
2003-04-18 | Document that mquery() returns EINVAL if request memory was not available | Dale Rahn |
2003-04-18 | Return EINVAL if MAP_FIXED was specified but was not available. ok tedu@ | Dale Rahn |
2003-04-18 | support for making directories executable if readable. | Ted Unangst |
2003-04-18 | support for making directories +x without affecting normal files | Ted Unangst |
2003-04-18 | regression test for mquery syscall. | Dale Rahn |
2003-04-18 | Adjusting the start is wrong. The value returned by mquery() should be used | Dale Rahn |
2003-04-18 | ftp.linux.org.tr changed directory layout | David Krause |
2003-04-18 | Add code to set the TUN_* flags for INET6 addresses too. This allows a | Jason Wright |
2003-04-18 | Slack don't slak; Martin Reindl | Todd C. Miller |
2003-04-18 | hackers of the planet earth | Michael Shalayeff |
2003-04-18 | get some | Michael Shalayeff |
2003-04-17 | more not less | Theo de Raadt |
2003-04-17 | -lcompat too | Theo de Raadt |
2003-04-17 | Pull in some POSIX and ANSI changes from the Linux version | Todd C. Miller |
2003-04-17 | old 4.3BSD more; nice and small | Todd C. Miller |
2003-04-17 | Hard-code charset if SMALL | Todd C. Miller |
2003-04-17 | remove extra spaces, make smaller, krw you keep adding them back! ;) | Theo de Raadt |
2003-04-17 | fix typo; Julien Bordet | Todd C. Miller |
2003-04-17 | Proper setenv usage; Martin Reindl | Todd C. Miller |
2003-04-17 | nuke strcpy + -Wall | Henning Brauer |
2003-04-17 | Assign the return value of snprintf to an int, not a char. fixes a comparison | Dale Rahn |
2003-04-17 | Change a few return values from char to int since these functions | Todd C. Miller |
2003-04-17 | his is wrong | Michael Shalayeff |
2003-04-17 | replaced by loadfile now | Michael Shalayeff |
2003-04-17 | missing indent | Michael Shalayeff |
2003-04-17 | new boots | Michael Shalayeff |
2003-04-17 | oops | Michael Shalayeff |
2003-04-17 | there is no reason to keep both around. just rename | Michael Shalayeff |
2003-04-17 | - random.9 changed to arc4random.9 | Jason McIntyre |
2003-04-17 | use asprintf; fix (remove) some incorrectly sized buffers in the process | Peter Valchev |
2003-04-17 | %u is 11 chars, not 10; ok miod deraadt millert tedu | Peter Valchev |
2003-04-17 | trivial snprintf | Theo de Raadt |
2003-04-17 | strlcpy; ok tedu | Theo de Raadt |
2003-04-17 | strings. mostly from deraadt@, some from tdeval@ and myself | Ted Unangst |
2003-04-17 | typos; | Jason McIntyre |
2003-04-17 | A SEVERE hack given to me by mickey to draw the line in the sand at 1G. | Dale Rahn |
2003-04-17 | Common bootloader file for 'loadfile' performs same action as old exec main. | Dale Rahn |
2003-04-17 | sync sets for i386/ELF/1Gsep | Dale Rahn |
2003-04-17 | changes to support mquery with 1Gsep on i386. avoid heap on mappings. | Dale Rahn |
2003-04-17 | Inform the compilation environment that i386 is now ELF. | Dale Rahn |
2003-04-17 | Remove a bogus ALIGNED_POINTER, this is now defined in proper i386 headers. | Dale Rahn |
2003-04-17 | distrib(ramdisk) bits for i386/ELF. | Dale Rahn |
2003-04-17 | Add i386 to list of archs which use binutils. | Dale Rahn |
2003-04-17 | picky assembler warning cleanups | Dale Rahn |
2003-04-17 | ELF fixups, ELF PIC syscall support, asm changes as requested by assembler. | Dale Rahn |
2003-04-17 | Underlying code supported 'ELF' symbols, however '-DNO_UNDERLINE' has | Dale Rahn |
2003-04-17 | Change gcc to generate ELF code for i386. | Dale Rahn |