Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | 2014-03-18 | 14 | -723/+0 | |
| | | | | | | | this hardware alive is becoming increasingly difficult, and I should heed the message sent by the three disks which have died on me over the last few days. Noone sane will mourn these ports anyway. So long, and thanks for the fish. | ||||
* | Userland bits for m68k/ELF. Mostly addition of register prefixes to the | 2013-02-02 | 14 | -103/+170 | |
| | | | | | assembler instructions, and cope with the few changes in return values location. | ||||
* | these are no longer used; ok guenther | 2012-09-04 | 1 | -44/+0 | |
| | |||||
* | Make this __STDC__ aware. | 2012-09-01 | 1 | -1/+8 | |
| | |||||
* | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc | 2012-08-22 | 5 | -12/+12 | |
| | | | | | | | invocations. This allows us to use the compiler builtin define __PIC__ to check for PIC/PIEness rather than passing -DPIC. Simplifies PIE work a lot. ok matthew@, conceptually ok kurt@ | ||||
* | __tfork() needs to set the stack address of the new thread in the kernel, | 2012-06-21 | 1 | -7/+6 | |
| | | | | | | | | | so that it can't get a signal while still running on the parent thread's stack. Also, pass in sizeof(struct __tfork) to provide forward compat when more members are added. This is an ABI change, so switch syscall numbers and bump lib majors this time. ok deraadt@ matthew@ | ||||
* | remove rfork(); ok guenther miod | 2012-04-12 | 1 | -40/+0 | |
| | |||||
* | Move __tfork_thread() from rthreads (libpthread) to libc so that | 2012-03-22 | 1 | -0/+70 | |
| | | | | | | it can be used for not-strictly-threading purposes ok matthew@ kurt@ | ||||
* | On the a.out architectures, WEAK_ALIAS does an implicit _C_LABEL() | 2011-04-09 | 1 | -2/+2 | |
| | | | | ok miod | ||||
* | Move __cerror to ___cerror with a weak alias so that rthreads can override it. | 2011-04-04 | 1 | -2/+4 | |
| | | | | | | On mips64, also correct the name called from plain cerror to __cerror. "looks correct" miod@ | ||||
* | zap rcsid. | 2005-08-07 | 13 | -65/+13 | |
| | | | | okay deraadt@ (tested them all) | ||||
* | Use an unsigned comparison against minbrk. | 2003-12-25 | 1 | -2/+2 | |
| | | | | ok deraadt@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 13 | -78/+26 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Rename cerror to __cerror and curbrk to __curbrk, to avoid namespace | 2002-11-05 | 8 | -25/+25 | |
| | | | | pollution. Conforming to art@'s evil plans. | ||||
* | rfork() needs a fork.S-like stub as well; ok art | 2002-02-17 | 1 | -0/+48 | |
| | |||||
* | #(endif|else) foo is incorrect, make it #endif /* foo */ | 2001-08-12 | 1 | -2/+2 | |
| | | | | deraadt@ ok | ||||
* | replacement pipe() system call; copies data into place inside kernel, so | 1999-06-07 | 1 | -50/+0 | |
| | | | | that EFAULT return value is possible | ||||
* | mi ptrace | 1999-02-01 | 1 | -61/+0 | |
| | |||||
* | _THREAD_SAFE | 1999-01-06 | 5 | -10/+11 | |
| | |||||
* | generate reboot.o like other system calls | 1996-12-11 | 1 | -47/+0 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 15 | -60/+45 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | 1995-10-18 | 15 | -0/+890 | |