summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-02-14limit writes to ifp->if_mtu not TUNMTUTheo de Raadt
1997-02-14remove old #define of splx() and update rei funciton in locore.skstailey
1997-02-14change spl0 from macro to assember function in locore.skstailey
1997-02-14change inline version of _spl() to macrokstailey
1997-02-14add tagkstailey
1997-02-14move spl() stuff from psl.h to param.hkstailey
1997-02-14hide fsid in getfsstat too, clone of millert fix, problem spotted by bitbltTheo de Raadt
1997-02-14round RLIMIT_STACK; problem spotted by jfw@jfwhome.funhousecomTheo de Raadt
1997-02-14Copy all of 040 fp exception vectors into table. previous structureDale S. Rahn
only copied the array size of bytes instead of the array size of ints.
1997-02-13Remove statics to ease DDB debuggingNiklas Hallqvist
1997-02-13Provide ccd's major numberNiklas Hallqvist
1997-02-13Applitron's 128 MB PentiumPro with 64MB buffer cacheNiklas Hallqvist
1997-02-13regenNiklas Hallqvist
1997-02-13prototypes (strike one)kstailey
1997-02-13prototypeskstailey
1997-02-13add #include <machine/cpu.h> for prototype of fusword()kstailey
1997-02-13Merge of NetBSD 970211Niklas Hallqvist
1997-02-13prevent free()ed object from being referencedkstailey
1997-02-13added M_PFIL for packet filterkstailey
1997-02-13riscpc++Per Fogelstrom
1997-02-13off-by-one-slot for IP timestamp option data inserts, PR#103, ↵Theo de Raadt
andreas.gunnarsson@emw.ericsson.se
1997-02-13back out prev. changekstailey
1997-02-13make SPLNET() do splsoftnet()kstailey
1997-02-13Don't expose f_fsid to non-root.Todd C. Miller
1997-02-12protect ip_natexpirekstailey
1997-02-12fix typecast; janjaap@stack.nlTheo de Raadt
1997-02-12mark descriptors free in bpfilterattach() instead of bpfattach(); clearlyTheo de Raadt
must not re-marking them when new interfaces are added while one or more bpf channels are in use; my fix to netbsd pr#3189, Jean-Luc.Richier@imag.fr
1997-02-12The original disklabel code from dale had an unaligned-aligned problemTheo de Raadt
in it. This new code from rahnds and nivas will read either style of disklabel and hence will work on the mvme88k as well.
1997-02-12when changing a device entry slot, remove the old one.Dale S. Rahn
Hope this didn't break anyone's mvme68k builds today. this fixes the 1.15 version commit.
1997-02-11IPF 1.3.7kstailey
1997-02-11add -m68020 to AFLAGSkstailey
1997-02-11ensure ipt->ipt_ptr is right; pr#96, andreas.gunnarsson@emw.ericsson.seTheo de Raadt
1997-02-11prototypes for copypage & zeropagekstailey
1997-02-11no more VNODEPAGER #definekstailey
1997-02-11Add ramdisk (rd) character major number, put the device in the characterDale S. Rahn
to block mapping table.
1997-02-11Add fs_id support and random inode generation numbers for ffs.Todd C. Miller
1997-02-11ok, transmit on port 0 works...Theo de Raadt
1997-02-11wl0 moves to ipl 3Theo de Raadt
1997-02-10make it workTheo de Raadt
1997-02-10Use copypage and zeropage.Jason Downs
1997-02-10kill extra declJason Downs
1997-02-10mac68k copypage/zeropage changes.Jason Downs
1997-02-10zeropage -> devzeropageJason Downs
1997-02-10Completely untested mvme68k changes for copypage/zeropage/mappedcopy.Jason Downs
Doesn't really support MAPPEDCOPY.
1997-02-10hp300 portion of the copypage/zeropage/mappedcopy changes from NetBSD.Jason Downs
1997-02-10Add the generic m68k part of the copypage/zeropage/mappedcopy changesJason Downs
from NetBSD. m68k ports may/will need changing in order to cope with this.
1997-02-10Add HEAP_LIMIT.Jason Downs
1997-02-10add kernel_text symbolMichael Shalayeff
1997-02-10Kill COMPAT_NOLABEL. It is not appropiate in the modern world.Jason Downs
1997-02-10Support 16 partitions.Jason Downs