Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-06-21 | block all write ops to init in securelevel modes; nash@mcs.com | Theo de Raadt | |
1997-04-26 | struct definitions in .h files and instances in .c file please. | kstailey | |
Vic Able: > While <miscfs/kernfs/kernfs.h> has a kernfs_node, it depends > on a structure that's defined in <miscfs/kernfs/kernfs_vnops.c>. > Oops! That's not very social. :-) [I built a new kernel fine, but don't have time to run "make build" it is my intuition that this will not have any bad effects, but I didn't test. Just back it out if it hurts you and I'll try again.] | |||
1997-04-10 | Don't use gcc builtin __builtin_return_address(frameno) on | Todd C. Miller | |
alpha, it crashes the kernel. This is a work around until gcc is fixed. NetBSD PR#3471 fix from Ross Harvey <ross@teraflop.com> | |||
1997-04-06 | Fix improper cast (compiler warning). | Todd C. Miller | |
1997-03-27 | Make kern.osrevision (sysctl) and /kern/osrev report value of | Todd C. Miller | |
OpenBSD define, not BSD which is a bit more useful. | |||
1997-02-24 | OpenBSD tag | Niklas Hallqvist | |
1997-02-20 | IPSEC package by John Ioannidis and Angelos D. Keromytis. Written in | Theo de Raadt | |
Greece. From ftp.funet.fi:/pub/unix/security/net/ip/BSDipsec.tar.gz | |||
1997-01-22 | Don't fault a page in twice (first prefault, then vm_fault); the first was | Thorsten Lockert | |
not neccecary (and actually caused some problems). | |||
1997-01-15 | fixed warning: | kstailey | |
kernfs_vnops.c:305: warning: long unsigned int format, u_int arg (arg 3) | |||
1997-01-07 | Fix for final ptdi panic on i386 | Thorsten Lockert | |
1997-01-04 | spec_advlock() via lf_advlock() | kstailey | |
1997-01-02 | pulled out the duplicated, conditional code from both kern/vfs_syscalls.c | Michael Shalayeff | |
and compat/common/vfs_syscalls_43.c and placed a single copy of that code into miscfs/union/union_subr.c (seemed like a good place to put it, since it's union-fs related). as a side effect you can build unionfs in lkm. (netbsd pr#2950, Paul Goyette <paul@pgoyette.bdt.com>) | |||
1996-12-22 | make spec_advlock() perform indirect call to lf_advlock() | kstailey | |
1996-12-08 | fixed comment in union_advlock | kstailey | |
1996-12-07 | mem leak, short malloc; netbsd pr#3000, minoura@kw.netlaputa.or.jp | Theo de Raadt | |
1996-12-05 | fix locking on devices to work on diskless workstations | kstailey | |
1996-11-23 | remrq -> remrunqueue | kstailey | |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-11-04 | We should return 0 on non-blocking read from FIFO with no writers | Thorsten Lockert | |
1996-11-04 | permit locking on devices | Theo de Raadt | |
1996-10-27 | and the same for the trunk | Michael Shalayeff | |
1996-10-14 | mimic ptrace behaviour; worked out with bitblt | Theo de Raadt | |
1996-09-27 | Boy do I feel like a fool. I added a bugfix to Theos' changes, and then | bitblt | |
discovered that I had commited a bunch of nonfunctional changes Theo had made, but not debugged. This undoes both my changes, and Theo's. When this code is functional, it will be put back in. Thank you for pointing this out to me David Mazieres. | |||
1996-09-26 | It should be possible to trace init if securelevel is at 0, single-user mode, | bitblt | |
without having to peg the system at securelevel -1. | |||
1996-09-26 | still handle OLD_PIPE case | Theo de Raadt | |
1996-09-10 | Bring pipe_stat prototype in scope | Niklas Hallqvist | |
1996-09-07 | Understand DTYPE_PIPE | Thorsten Lockert | |
1996-07-02 | -Wall & -Wstrict-prototype fixes | Niklas Hallqvist | |
1996-06-21 | use <sys/queue.h> for pfsnode list. | Michael Shalayeff | |
$OpenBSD$ additions. | |||
1996-06-20 | show Virtual Memory total/used to df. | Michael Shalayeff | |
1996-06-20 | add more kernel variables. calculate used/free physmem and vnodes. | Michael Shalayeff | |
1996-06-02 | move a definition of a var inside #ifdef UMAPFS_DIAGNOSTIC as | Niklas Hallqvist | |
it is only used inside such regions | |||
1996-05-29 | sync | Theo de Raadt | |
1996-05-22 | latest locking changes from jtk | Theo de Raadt | |
1996-05-02 | no sys/cpu.h | Theo de Raadt | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-04-17 | fix a bug w/ fd/tty file (from netbsd). | Michael Shalayeff | |
1996-03-30 | Bug w/ rename fixed. | Michael Shalayeff | |
Strange thing still present w/ removes, the situation seemd to be like extra VREF made somewhere, that is, lower nfs does not remove, but rename file in '.nfs*' thing that disapears at umap umount. this thing happend w/ nullfs too. | |||
1996-03-25 | Fixed bug while copying args in mount that may cause a crash. | Michael Shalayeff | |
Types changes and so. | |||
1996-03-19 | Merging w/ NetBSD 021796. | Michael Shalayeff | |
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so). | |||
1996-03-02 | Fixup umapfs_init prototype both on my part | Niklas Hallqvist | |
1996-02-29 | Reinstate $NetBSD$ headers (we want them for tracking purposes) | Niklas Hallqvist | |
Sync with NetBSD 960217 | |||
1996-02-27 | From NetBSD: update to 960217 sources | Niklas Hallqvist | |
1996-02-27 | From NetBSD: update to 960217 sources | Niklas Hallqvist | |
1996-02-27 | From NetBSD: update to 960217 sources | Niklas Hallqvist | |
1996-02-27 | From NetBSD: update to 960217 sources | Niklas Hallqvist | |
1996-02-27 | From NetBSD: update to 960217 sources | Niklas Hallqvist | |
1996-02-27 | From NetBSD: update to 960217 sources | Niklas Hallqvist | |
1996-02-27 | From NetBSD: update to 960217 sources | Niklas Hallqvist | |