summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1999-02-16Merge from NetBSD, mostly indentationNiklas Hallqvist
1999-02-15Add a RaidFrame bucket typeNiklas Hallqvist
1999-02-15regenTodd C. Miller
1999-02-15sendto(2) takes a socklen_t as wellTodd C. Miller
1999-02-15lower case even moreMichael Shalayeff
1999-02-15more definitions from apm 1.2Michael Shalayeff
1999-02-15regenTodd C. Miller
1999-02-15use socklen_tTodd C. Miller
1999-02-15sockargs() uses socklen_t for length paramTodd C. Miller
1999-02-15pastoTodd C. Miller
1999-02-15more uses of socklen_tTodd C. Miller
1999-02-15Use and document socklen_tTodd C. Miller
1999-02-15add socklen_tTodd C. Miller
1999-02-15reorder some flag handling in unmount for safer lockingArtur Grabowski
1999-02-15Fail correctly when trying to match a filesystem on the old typenumArtur Grabowski
1999-02-15better promisc/allmulti handlingJason Wright
1999-02-15sp or stack, not both.Todd T. Fries
1999-02-15Change 3rd range in pcic_ranges to use from 0x390 to 0x3b0.Federico G. Schwindt
1999-02-15We don't need to include xfs_extern.hArtur Grabowski
1999-02-15when allocating sack blocks check for failing malloc(), if it failsNiels Provos
1999-02-14Use IOV_MAX, not the deprecated UIO_MAXIOVTodd C. Miller
1999-02-14place a bin-patcheable z_verbose here for -DDEBUGMichael Shalayeff
1999-02-14make z_error be a panicMichael Shalayeff
1999-02-14fix -DDEBUG case, ie remove L-user-and stuff such as fprintf and stderr.Michael Shalayeff
1999-02-14inherit DEBUGFLAGS form Makefile.incMichael Shalayeff
1999-02-14Don't do range checking on namelen unless name is non-NULL, otherwiseTodd C. Miller
1999-02-14readv/writev with iov_len == 0 is legal (was already ok in uipc_syscalls.c).Todd C. Miller
1999-02-14add disassembler, mainly HP code, tamed to ddb by meMichael Shalayeff
1999-02-13Always check that "range->start" and "range->len" is within the bounds ofFederico G. Schwindt
1999-02-13update to -currentMichael Shalayeff
1999-02-13remove local cvs IdMichael Shalayeff
1999-02-13pass esym to the kernelMichael Shalayeff
1999-02-13If the card is not present be sure to always call bus_space_unmap on exit.Federico G. Schwindt
1999-02-13If the card is not present be sure to always call bus_space_unmap on exit.Federico G. Schwindt
1999-02-12do not accept T_TRCTRAP DDB inside the osyscall stub; weingartTheo de Raadt
1999-02-12angelos cannot spell small wordsTheo de Raadt
1999-02-11do not copyout uninitialized memory; arnej@math.ntnu.noTheo de Raadt
1999-02-11fix tabs to spaces between #define and NAME, to match the rest of the fileMichael Shalayeff
1999-02-11oops, PPP_XNS protocol type for NS from freebsdMichael Shalayeff
1999-02-11avoid insane lengths for various syscallsTheo de Raadt
1999-02-10syncTheo de Raadt
1999-02-10branding support and freebsd elfTheo de Raadt
1999-02-10freebsd madvise() clone, always returns 0 for nowTheo de Raadt
1999-02-10more ioctl supportTheo de Raadt
1999-02-10IP_HDRINCL support, will need tweaking; freebsdTheo de Raadt
1999-02-10linux sendmsg/recvmsgTheo de Raadt
1999-02-10more socket/file ioctlTheo de Raadt
1999-02-10strncpy; edx trashing solution in sys_pipe(); freebsdTheo de Raadt
1999-02-10Correct directory entry reads, big directories lost entries as it were.Niklas Hallqvist
1999-02-09correct rst handling should not consult ack field hereHugh Graham