Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-20 | Please GCC 2.8 -Wall | Niklas Hallqvist | |
1998-02-20 | Please GCC 2.8 -Wall | Niklas Hallqvist | |
1998-02-20 | prototype dkcsumattach correctly | Niklas Hallqvist | |
1998-02-16 | regen | Todd C. Miller | |
1998-02-16 | Make "flags" field in f?chflags(2) consistent--unsigned int | Todd C. Miller | |
1998-02-14 | add seperate so_euid & so_ruid to struct socket, so that identd is still ↵ | Theo de Raadt | |
fast.. Sigh. I will change this again later | |||
1998-02-10 | sync | Theo de Raadt | |
1998-02-10 | revert mode_t things to int, obviously requires more thought and work | Theo de Raadt | |
1998-02-09 | More missing type changes; pointed out by deraadt@OpenBSD.org | Thorsten Lockert | |
1998-02-08 | Updates to match type changes in syscall tables | Thorsten Lockert | |
1998-02-08 | Sync | Thorsten Lockert | |
1998-02-08 | Correct many types | Thorsten Lockert | |
1998-02-08 | Sync with NetBSD | Thorsten Lockert | |
1998-02-05 | rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entry | Theo de Raadt | |
with a sysctl. There will be architectures and drivers that lack function, and I trust the maintainers of those will forget to add the code.. | |||
1998-02-03 | bad types; wileyc@sekiya.twics.co.jp | Theo de Raadt | |
1998-01-24 | NULL deref | Niklas Hallqvist | |
1998-01-21 | support expanded panicstr; and add vsprintf back | Theo de Raadt | |
1998-01-21 | Prevent a NULL-deref in the autoconf_verbose case | Niklas Hallqvist | |
1998-01-20 | typo | Niklas Hallqvist | |
1998-01-20 | Provide a way to debug probes. set autoconf_verbose via DDB, or | Niklas Hallqvist | |
option AUTOCONF_VERBOSE=1 in your kernel config. | |||
1998-01-15 | Re-enabled write protection on read-only file system mounts. Thanks to | Constantine Sapuntzakis | |
Niels for pointing this one out. | |||
1998-01-11 | Fix a couple spinlock references. More code motion in vfs_subr.c | Constantine Sapuntzakis | |
1998-01-10 | A couple more splbio()s in vfs_bio plus moving around a couple functions. | Constantine Sapuntzakis | |
1998-01-10 | Broke up vfs_subr.c which was getting a bit huge. We now have seperate files | Constantine Sapuntzakis | |
for the syncer daemon as well as default VOP_*. | |||
1998-01-09 | core dumps disabled for SUID programs is default again. | Constantine Sapuntzakis | |
1998-01-09 | Get rid of dumping across symlinks. Races can cause this to be problematic | Constantine Sapuntzakis | |
from a security standpoint (i.e. arbitrary files on the FS can be wiped out). | |||
1998-01-09 | A better fix for the mkdir ("path/") bug. This fix strips the trailing slashes | Constantine Sapuntzakis | |
(except in the case where the path is just /////) in the following three cases: 1) The path in mkdir 2) The destination path in rename if the source was a directory 3) The destination path in link if the source was a directory Note #3 isn't strictly necessary since most of our file systems don't support hard links of directories anyway. | |||
1998-01-09 | Back out changes to lookup( ). This breaks a whole bunch of other system | Constantine Sapuntzakis | |
calls (like open, rename, link, symlink). Problem should probably be fixed other ways. | |||
1998-01-09 | Fix for mkdir ("path/") problem | Constantine Sapuntzakis | |
1998-01-08 | Soft updates bug fix: Set the flags on the buffer describing our intentions | Constantine Sapuntzakis | |
before we call bioops.io_start. However, don't move buffer memory to parent until bioops.io_start has had a chance to do its thing (otherwise, io_start will be very disappointed went it tries to read the buffer :) Thanks to Todd T. Fries for finding this one! | |||
1998-01-06 | so_linger is in seconds | Theo de Raadt | |
1998-01-04 | indent | Theo de Raadt | |
1998-01-04 | Added support for enable/disable attr value. eg disable irq 10. -moj | Mats O Jansson | |
1998-01-02 | make {f,}chflags(.., -1) return EINVAL because -1 is VNOVAL; problem noted ↵ | Theo de Raadt | |
by provos | |||
1998-01-02 | sync | Theo de Raadt | |
1998-01-02 | merge recent netbsd changes | Theo de Raadt | |
1998-01-02 | make mmap() return void *, add MAP_FAILED | Theo de Raadt | |
1997-12-30 | make it compile w/ GPROF | Michael Shalayeff | |
1997-12-29 | sysctl ddb.panic_ddb; felix@mamba.pond.sub.org | Theo de Raadt | |
1997-12-28 | Do not lose the first char in msgbuf | Niklas Hallqvist | |
1997-12-28 | I should be more careful about what I check in. Undo earlier commenting-out | Constantine Sapuntzakis | |
of security check. Restricted access to /dev/memat higher secure levels now enabled. | |||
1997-12-26 | Get rid of string literals for file system names and replace with | Constantine Sapuntzakis | |
MOUNT_* macros. Duhhh. | |||
1997-12-16 | evaluate length before doing compat stuff which might overwrite the | Niels Provos | |
length field we are going to evaluate. From FreeBSD, originally submitted by: pb@fasterix.freenix.org (Pierre Beyssac) | |||
1997-12-12 | Fixed spelling in a comment. | gene | |
1997-12-11 | do not clear setuid/setgid for *chmod(-1,-1); pointed out by provos | Theo de Raadt | |
1997-12-10 | extra () | Theo de Raadt | |
1997-12-10 | Remove special case for O_TRUNC that is irelevant now that | Todd C. Miller | |
we disallow O_TRUNC with O_RDONLY. | |||
1997-12-10 | try again; proactively check that O_TRUNC has FWRITE | Theo de Raadt | |
1997-12-10 | only permit O_TRUNC if FWRITE is set; chatted about by millert and myself ↵ | Theo de Raadt | |
for nearly an hour | |||
1997-12-09 | fix O_TRUNC and O_{SH,EX}LOCK properly; problem found by provos | Theo de Raadt | |