Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||
2004-06-24 | free() correct object; andrushock@korovino.net | Theo de Raadt | |
2004-01-11 | in ANSI world, "string1" "string2" is enough for concatecation | Peter Valchev | |
gcc3 bitches as "str1"##"str2" is not a valid token; ok espie | |||
2004-01-10 | the sparcv9 ABI requires registers %g2, %g3 to be first announced before | Peter Valchev | |
it can use them, and gcc3 catches this ok henric | |||
2004-01-10 | - shift some variables | Peter Valchev | |
- fix a problem caused by the fact that in gcc3, gcc -Ufoo -Dfoo in this order causes "foo" to be defined (different in gcc2) make logic from espie; tested on gcc2 by brad | |||
2004-01-03 | shut gcc up; ok miod | Peter Valchev | |
2003-12-17 | For some reason sparc64 seems to need the equivalent of -I/sys where | Todd C. Miller | |
the others do not. | |||
2003-12-17 | remove unneeded bits introduced in previous commit | Todd C. Miller | |
2003-12-17 | Simply include the main libz Makefile instead of trying to roll our own. | Todd C. Miller | |
2003-08-28 | from NetBSD via Tim Weiss, tim at zetaflops dot net: deal with FS block ↵ | Jason Wright | |
sizes larger than 8K testing: krw | |||
2003-08-26 | fix for dinode rename, this broke the forth bootblock.s ok jason@ tedu@ | Dale Rahn | |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst | |
way for some future work. no function changes yet. help testing otto@ and markus@ | |||
2003-07-19 | don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs) | David Krause | |
ok millert@ | |||
2003-07-02 | bump mktemp randomness from 6->10 X's | Anil Madhavapeddy | |
2003-06-10 | - rip out support for a.out and 32-bit kernels | Brad Smith | |
- cleanup and simplify Makefile jason@ ok | |||
2003-06-06 | - section reorder | Jason McIntyre | |
- new sentence, new line - some macro fixes | |||
2003-06-03 | What is it up with you sparc64 people. Do you like sitting on critical | Theo de Raadt | |
fixes? | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by | Theo de Raadt | |
various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind | |||
2003-05-13 | kill a stupid warning | Jason Wright | |
2003-05-11 | don't run off end of strings and use bad pointers | Marcus Watts | |
iterate boot list at most once allow kernel names with - in them complain about option strings that do not start with - distinguish between short read & bad read don't quit if a file can be opened but can't be booted | |||
2003-04-09 | add strl{cat,cpy} to unbreak "make build" on sparc64 | Nikolay Sturm | |
OK miod@ | |||
2003-04-06 | strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64. | Hakan Olsson | |
2003-02-08 | fix /tmp races; this no longer leaves files around. ok millert jason henric | Peter Valchev | |
2003-02-07 | typos; | Jason McIntyre | |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat | |
attack protection scheme, into gcc. This protection is enabled by default. It can be turned off by using the -fno-stack-protector flag. Code by Hiroaki Etoh (etoh at jp dot ibm dot com); work on openbsd-specific integration by fgsch@, deraadt@ and myself; tests by fgsch@, naddy@ and myself; beer drinking by myself. Please note that system upgrades with this new code will require a new libc and ld.so to be build and installed before the propolice-enabled compiler can be installed. | |||
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback | |
Diff generated by Chris Kuethe. | |||
2002-07-20 | Instead of copying out the signal trampoline on top of the stack, create | Artur Grabowski | |
an uvm aobj, copy out the signal trampoline into it and share that page among all processes for the same emulation. This also requires us to actually be able to tell signal code where the trampoline is located, so introduce a new field in struct proc - p_sigcode that is a pointer to sigcode. This allows us to remove all the ugly calculations of the signal trampoline address done in every sendsig function in the tree (that's why so many files are changed). Tested by various people. ok deraadt@ | |||
2002-07-10 | 'sez' is not an english word; ok deraadt@ | Jason Peel | |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-10-10 | Enable zlib in libsa (i.e. compressed kernels support in bootloaders) | Miod Vallat | |
ok deraadt@ | |||
2001-10-08 | We're not cross hosted these days. | Jason Wright | |
2001-10-04 | Oh, and I was told a period should end the final sentence. | Miod Vallat | |
2001-10-04 | Fix one .Bl -width value. | Miod Vallat | |
2001-09-20 | From NetBSD: allow loading of kernels with bss+data > 4M | Jason Wright | |
2001-09-07 | allow recursion into here for man pages on other arch's | Jason Wright | |
2001-09-06 | installboot manpage canabalized from sparc (only documents sparc64 options, tho) | Jason Wright | |
2001-09-06 | Oops, forgot rcsid | Jason Wright | |
2001-09-06 | installboot (from netbsd) | Jason Wright | |
2001-09-06 | use some make magic (borrowed from macppc) to build {obj/}machine | Jason Wright | |
2001-09-06 | compile with native userland | Jason Wright | |
2001-08-23 | Remove DEBUG, it's too chatty. | Artur Grabowski | |
2001-08-22 | Make it work correctly with our make. (including install). | Artur Grabowski | |
2001-08-22 | rearrange includes | Artur Grabowski | |
2001-08-22 | nostdinc | Artur Grabowski | |
2001-08-22 | netinet/if_ether.h, not net/if_ether.h. | Artur Grabowski | |
Isn't it fun to not notice bugs because of pollution by the cross-compilation environment? | |||
2001-08-22 | NOMAN | Artur Grabowski | |
2001-08-22 | another dependency on make bugs. | Artur Grabowski | |
2001-08-22 | Make it work with our make. | Artur Grabowski | |