Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-15 | Let stand/ compile with gcc 3. | Miod Vallat | |
2004-11-15 | Get rid of some old debug stuff. | Miod Vallat | |
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-03-09 | Correct MANSUBDIR (not enabled during build, though) | Miod Vallat | |
2004-01-29 | Have the bootloader pass RB_ flags, as well as the boot device, to the kernel, | Miod Vallat | |
and have the kernel process them correctly. Right now code to match the BUG's idea of the boot device with the kernel's is missing. | |||
2004-01-28 | Better fix the typo for real, this time. Oops. | Miod Vallat | |
2004-01-26 | Correct strlcpy bound. | Miod Vallat | |
2004-01-25 | Get rid of m88k leftovers. | Miod Vallat | |
2004-01-25 | syncicache() is inline from <machine/cpu.h>, no need for a different version | Miod Vallat | |
here. | |||
2004-01-25 | Unused. | Miod Vallat | |
2004-01-24 | Switch libsa to use loadfile() | Miod Vallat | |
2004-01-24 | Deal with <machine/prom.h> changes. | Miod Vallat | |
2004-01-24 | RB_xxx constants and values cleanup. | Miod Vallat | |
2004-01-24 | Bring in strlcat, strlcpy and snprintf from libkern. | Miod Vallat | |
2004-01-24 | No chown/chmod outside install targets. | Miod Vallat | |
2004-01-13 | UFS -> FFS, /bootsd -> /boot, ufsboot -> boot | Miod Vallat | |
2004-01-01 | Some typos just never die (here controler vs controller). | Miod Vallat | |
2003-06-06 | - section reorder | Jason McIntyre | |
- new sentence, new line - some macro 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-02 | remove terms 3 (and 4 in some places) where i am the author | Theo de Raadt | |
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-08 | EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template. | Jason McIntyre | |
crunch stuff still needs a bit of work. | |||
2003-04-10 | more POSIX chown | Todd C. Miller | |
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause | |
ok henning@ jmc@ | |||
2003-02-18 | copyrights added; | Jason McIntyre | |
*installboot*: all Paul Kranenburg pppctl(8): Brian Somers rpc.bootparamd(8): public domain | |||
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-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-08-25 | This is mvmeppc land, not mvme88k. | Miod Vallat | |
2001-08-25 | Do not enter/compile installboot on mvmeppc yet - this code is not | Miod Vallat | |
ready yet. | |||
2001-08-21 | No need to explicitely link with libgcc.a | Miod Vallat | |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist | |
2001-06-26 | Initial import of mvmeppc. | Steve Murphree | |