summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Collapse)Author
1998-05-11const a few more callsTheo de Raadt
1998-05-11compile if iov_base is void *Theo de Raadt
1998-04-26Allow PF_LOCAL as the proto arg in socketpair(2). Previously, onlyTodd C. Miller
PF_UNSPEC would work. Needed for general sanity as well as XPG4.2.
1998-04-25syncTheo de Raadt
1998-04-25readlink() 3rd param is size_t; XPGTheo de Raadt
1998-04-25typoNiklas Hallqvist
1998-04-06Missing wakeup in unmount error case, yet another amiga release staller :-)Niklas Hallqvist
1998-04-04default to console ddb offTheo de Raadt
1998-03-28nasty indentTheo de Raadt
1998-03-25for *utimes(), deal with tv_sec == VNOVAL; problem noted by ↵Theo de Raadt
syssgm@dtir.qld.gov.au
1998-03-18initialize all fileds in vfsconf when installing a new filesystem.Artur Grabowski
1998-03-17fix vfs lkms + some indentationArtur Grabowski
1998-03-14Changes necesary for new soft updates code. Doesn't affect old soft updatesTodd C. Miller
or kernels without soft updates...
1998-03-06Ensure the correct probe will be run for an OLF binaryNiklas Hallqvist
1998-03-03cleanup printfsTheo de Raadt
1998-03-03GCC 2.8 -Wallryker
1998-03-02Please gcc 2.8Todd T. Fries
1998-03-01crank f_count/f_msgcount to long; when incrementing try to leave 2 slotsTheo de Raadt
empty for unp_gc() in case of cross referenced sockets. part by millert
1998-03-01Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,Niklas Hallqvist
<chuck@openbsd.org>. This code is as of yet disabled on all platforms, actually not yet supported on more than mvme68k, although other platforms are expected soon, as code is already available. This code makes handling of multiple physical memory regions consistent over all platforms, as well as keeping the performance of maintaining a single continuous memory chunk. It is also a requirement for the upcoming UVM replacement VM system. What I did in this merge: just declared the pmap_map function in a MD include file per port that needs it. It's not an exported pmap interface, says Chuck. It ended up in differnt include files on differnet ports, as I tried to follow the current policy on a per-arch basis.
1998-02-25Add command to print out extents. This helps in debugging PnP stuff,Tobias Weingartner
and "it's just plain cool".
1998-02-23Please GCC 2.8 -Wall + some KNFNiklas Hallqvist
1998-02-22Save possible OLF OS tag, or similar deduced ELF info for later perusal.Niklas Hallqvist
KNF. This has been sitting for a long time in my tree now.
1998-02-20Please GCC 2.8's harsher view of good styleNiklas Hallqvist
1998-02-20typoNiklas Hallqvist
1998-02-20GCC 2.8 caught this type error, thanksNiklas Hallqvist
1998-02-20KNFNiklas Hallqvist
1998-02-20Please GCC 2.8 -WallNiklas Hallqvist
1998-02-20Please GCC 2.8 -WallNiklas Hallqvist
1998-02-20prototype dkcsumattach correctlyNiklas Hallqvist
1998-02-16regenTodd C. Miller
1998-02-16Make "flags" field in f?chflags(2) consistent--unsigned intTodd C. Miller
1998-02-14add 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-10syncTheo de Raadt
1998-02-10revert mode_t things to int, obviously requires more thought and workTheo de Raadt
1998-02-09More missing type changes; pointed out by deraadt@OpenBSD.orgThorsten Lockert
1998-02-08Updates to match type changes in syscall tablesThorsten Lockert
1998-02-08SyncThorsten Lockert
1998-02-08Correct many typesThorsten Lockert
1998-02-08Sync with NetBSDThorsten Lockert
1998-02-05rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entryTheo 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-03bad types; wileyc@sekiya.twics.co.jpTheo de Raadt
1998-01-24NULL derefNiklas Hallqvist
1998-01-21support expanded panicstr; and add vsprintf backTheo de Raadt
1998-01-21Prevent a NULL-deref in the autoconf_verbose caseNiklas Hallqvist
1998-01-20typoNiklas Hallqvist
1998-01-20Provide a way to debug probes. set autoconf_verbose via DDB, orNiklas Hallqvist
option AUTOCONF_VERBOSE=1 in your kernel config.
1998-01-15Re-enabled write protection on read-only file system mounts. Thanks toConstantine Sapuntzakis
Niels for pointing this one out.
1998-01-11Fix a couple spinlock references. More code motion in vfs_subr.cConstantine Sapuntzakis
1998-01-10A couple more splbio()s in vfs_bio plus moving around a couple functions.Constantine Sapuntzakis
1998-01-10Broke up vfs_subr.c which was getting a bit huge. We now have seperate filesConstantine Sapuntzakis
for the syncer daemon as well as default VOP_*.