Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-30 | Be more careful with mixing types | Thorsten Lockert | |
1997-04-05 | Check for overflow; from FreeBSD | Thorsten Lockert | |
1997-04-03 | an -> a; soil@quick.net | Theo de Raadt | |
1997-03-25 | Ok here is the mvme88k userland, minus a few important pieces. | Dale S. Rahn | |
as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over. | |||
1997-02-11 | is we were set[ug]id an unitialized ptr bit us | Niklas Hallqvist | |
1997-02-09 | Make this 64-bit safe again | Thorsten Lockert | |
1997-01-19 | Make function decl match prototype in stdlib.h | Todd C. Miller | |
1997-01-09 | port is powerpc not, ppc. | Dale S. Rahn | |
Make the defines so. | |||
1997-01-05 | Integrate latest malloc(3) from FreeBSD | Thorsten Lockert | |
1996-12-21 | Add powerpc support. To bad this needs to be modified for every | Dale S. Rahn | |
new architecture. | |||
1996-12-11 | Fix typo | Thorsten Lockert | |
1996-12-10 | "the the" purge | Theo de Raadt | |
1996-11-24 | more 64bit fixes | Niklas Hallqvist | |
1996-11-23 | 64 bit clean | Niklas Hallqvist | |
1996-11-22 | removed plus sign from start of line | kstailey | |
1996-11-14 | sys/types.h will serve us better than machine/endian.h. | etheisen | |
1996-11-14 | Include <machine/types.h> for now. | etheisen | |
1996-10-26 | Manpage update to match changed functionality; by alex@FreeBSD.org | Thorsten Lockert | |
1996-10-25 | add decl | Jason Downs | |
1996-10-25 | POSIX requires stdio buffers be flushed on abort | Thorsten Lockert | |
1996-09-26 | Make sure we don't dereference stray pointer when running suid or sgid | Thorsten Lockert | |
1996-09-26 | Restore check for suid / sgid | Thorsten Lockert | |
1996-09-26 | Latest changes from FreeBSD | Thorsten Lockert | |
1996-09-19 | From FreeBSD: | Thorsten Lockert | |
> Fix a very rare error condition: The code to free VM back to the kernel > as done after a quasi-recursive call to free() had modified what we > thought we knew about the last chunk of pages. > This bug manifested itself when I did a "make obj" from src/usr.sbin/lpr, > then make would coredump in the lpd directory. | |||
1996-09-16 | Avoid pulling in stdio | Thorsten Lockert | |
1996-09-15 | Remove dead code | Thorsten Lockert | |
Remove unused variables Silence some warnings lint(1) is your friend | |||
1996-09-11 | only support MALLOC_OPTIONS for non-setuid | Theo de Raadt | |
1996-09-06 | asm -> __asm, clean lint(1) warnings | Thorsten Lockert | |
1996-08-21 | Move cfree(3) weak symbol into a seperate file | Thorsten Lockert | |
1996-08-21 | Make it even out. | Jason Downs | |
1996-08-21 | Document it. | Jason Downs | |
1996-08-20 | Make the binding cfree() -> free() weak if possible | Thorsten Lockert | |
1996-08-20 | Cleaner. | Jason Downs | |
1996-08-20 | Remove ANSI function delcarations and add a cfree() stub function. | Jason Downs | |
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1996-08-10 | Minor formatting fixes from Lite2 | Thorsten Lockert | |
Correct return value of putenv(3), also from Lite2 | |||
1996-08-10 | Fix typo; from Lite2 | Thorsten Lockert | |
1996-08-10 | Formatting fix; from Lite2 | Thorsten Lockert | |
1996-08-10 | Import malloc(3) manual page from FreeBSD | Thorsten Lockert | |
1996-08-02 | malloc(3) implementation from FreeBSD; uses mmap(2) to get memory | Thorsten Lockert | |
1996-07-27 | be very careful in case of signed chars | Theo de Raadt | |
1996-07-12 | cannot check for stack underflow | Theo de Raadt | |
1996-05-04 | document largest possible value; netbsd pr#2338; from ↵ | Theo de Raadt | |
banshee@gabriella.resort.com | |||
1996-03-30 | Substantially improve random number generation by using the largest prime | Thorsten Lockert | |
that fits inside 32 bits as the denominator; take care not to overflow. Regenerate initial seed after replacing the generator | |||
1996-03-25 | Add support for building lint(1) library | Thorsten Lockert | |
1996-03-25 | Cannot do operations on a void pointer | Thorsten Lockert | |
1996-03-25 | Add prototypes for internal functions | Thorsten Lockert | |
Change inline to __inline | |||
1996-03-19 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-01-29 | realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com; | Theo de Raadt | |
netbsd pr#1806 | |||
1995-12-21 | from netbsd; Rearrange to avoid sign problems with GCC. | Theo de Raadt | |