cgd
|
9b340206fe
|
add malloc type for exec argument lists.
|
1993-05-31 01:45:30 +00:00 |
|
proven
|
01eda6ff10
|
Added a couple of things so it will pass the Plum Hall ANSI validation suite.
|
1993-05-28 05:43:45 +00:00 |
|
cgd
|
1245600784
|
add "dead" and "pure" declarations, as provided by new db code
|
1993-05-26 14:52:56 +00:00 |
|
deraadt
|
2f0c0eb674
|
tty dynamic allocation
|
1993-05-26 10:06:41 +00:00 |
|
cgd
|
9565443c17
|
make M_TEMP last, for fun, and also get rid of skipped entries...
|
1993-05-26 08:59:17 +00:00 |
|
deraadt
|
afaf4ebfd0
|
add the M_TTYS malloc map for dynamic tty allocation
|
1993-05-25 18:09:41 +00:00 |
|
deraadt
|
9899f80bab
|
Need to include dkbad.h in one case..
|
1993-05-22 09:00:32 +00:00 |
|
deraadt
|
6fb28b3c74
|
more disklabel changes
|
1993-05-20 23:12:53 +00:00 |
|
cgd
|
cd1bcbc8ca
|
add rcs ids as necessary, and also clean up headers
|
1993-05-20 16:21:42 +00:00 |
|
cgd
|
0e4e80beca
|
multiple-inclusion-protect and fix version string problem.
|
1993-05-20 16:20:49 +00:00 |
|
cgd
|
da6656ddd5
|
have proc.h, socketvar.h, tty.h include select.h automatically
|
1993-05-20 11:48:50 +00:00 |
|
cgd
|
44b9d1f151
|
kill me; stupid typo
|
1993-05-20 10:26:36 +00:00 |
|
cgd
|
1e2f887732
|
define functions only if in kernel
|
1993-05-20 03:54:37 +00:00 |
|
cgd
|
48e0fa217b
|
fix for new syscalls.master versioning
|
1993-05-20 02:59:55 +00:00 |
|
cgd
|
8d6c77881c
|
make kernel select interface be one-stop shopping & clean it all up.
|
1993-05-18 18:18:40 +00:00 |
|
cgd
|
1c6169854f
|
fix the fact that p_wmesg was in the wrong section of the proc struct
|
1993-05-15 02:39:53 +00:00 |
|
cgd
|
7b8b181526
|
fix M_LAST off-by-one error. if you don't understand, look in kern_malloc.c
|
1993-05-15 01:19:38 +00:00 |
|
deraadt
|
64f341ec2a
|
ring buffer now uses rbchar's (shorts) instead of chars.
|
1993-05-10 23:15:37 +00:00 |
|
cgd
|
c5d886aff7
|
diffs for uname (posix!) system call, provided by John Brezak <brezak@osf.org>
|
1993-05-06 10:46:12 +00:00 |
|
cgd
|
bd05104f48
|
add barebones accounting, enabled w/"options ACCOUNTING", via /dev/acct
|
1993-05-02 09:22:31 +00:00 |
|
cgd
|
c8652b6e00
|
got rid of __386BSDREL__ symbol; it was useless.
added NetBSD symbol (date+rel number) and NetBSD0_8 symbol.
|
1993-04-28 05:54:21 +00:00 |
|
mycroft
|
3ecafd7fe6
|
Make swapmap extern; it is defined in vm_swap.c.
|
1993-04-28 03:06:15 +00:00 |
|
mycroft
|
cac6b415ea
|
Fix typo.
|
1993-04-19 01:35:01 +00:00 |
|
mycroft
|
bcbf85df19
|
Add consistent multiple-inclusion protection.
|
1993-04-19 01:22:17 +00:00 |
|
proven
|
27fc4b0b97
|
Added SSIZE_MAX, the POSIX macro for max of ssize_t.
|
1993-04-18 21:38:47 +00:00 |
|
sef
|
12f82a1ed4
|
NCCS is required by POSIX, so not defining it if _POSIX_SOURCE is
defined is *really* silly.
|
1993-04-17 18:04:18 +00:00 |
|
mycroft
|
72654bc9d0
|
Enlarge MAXINTERP to make room for argument.
|
1993-04-17 08:06:33 +00:00 |
|
sef
|
9c736c1dcf
|
Added QMAGIC, which is a "compact demand load" format: first page is
unmapped, and the a.out header is inside the text section.
|
1993-04-15 05:48:22 +00:00 |
|
glass
|
97aac27660
|
fixed an #ifdef NFS
|
1993-04-10 20:19:59 +00:00 |
|
glass
|
034707f9e5
|
fixed to be compliant, subservient, and to take advantage of the newly
hacked config(8)
|
1993-04-10 12:04:35 +00:00 |
|
mycroft
|
7e2dd68b3a
|
Back out previous change.
|
1993-04-10 03:26:18 +00:00 |
|
mycroft
|
e00e3624d7
|
Changes for PCFS.
|
1993-04-10 03:20:59 +00:00 |
|
cgd
|
5cc382fc66
|
add support for PCFS, the MSDOS filesystem.
written by Paul Popelka (paulp@uts.amdahl.com) (patch 129)
invoke w/"options PCFS" in kernel config file.
|
1993-04-09 19:37:49 +00:00 |
|
glass
|
2a0fbbf7d6
|
added 'makesyscalls.sh' from BNR/2. Edit only 'syscalls.master'
recreates init_sysent.c syscalls.c ../sys/syscall.h which should
then be checked back in.
|
1993-04-06 10:37:09 +00:00 |
|
cgd
|
5d07e08579
|
added changes from Steven Reiz <sreiz@aie.nl> (based on
those by Poul-Henning Kamp <phk@data.fls.dk>) to get the kernel
to compile properly when gcc2.* is cc. (should still work
when gcc1.39 is in use.)
|
1993-04-03 02:15:18 +00:00 |
|
deraadt
|
355265a866
|
added: the entire domainanme set. domainmame(1), domainname(2), and a spiffy
man page.
|
1993-04-02 12:24:21 +00:00 |
|
cgd
|
74c188f554
|
added mount types for kernfs and fdesc fs.
|
1993-03-23 23:57:32 +00:00 |
|
cgd
|
f23291fb78
|
added support for microtime routines by Steve McCanne (mccanne@ee.lbl.gov)
|
1993-03-23 08:12:09 +00:00 |
|
cgd
|
e541169ce2
|
after 0.2.2 "stable" patches applied
|
1993-03-21 18:04:42 +00:00 |
|
cgd
|
61f282557f
|
initial import of 386bsd-0.1 sources
|
1993-03-21 09:45:37 +00:00 |
|