summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-07-28libsa assym.h configMichael Shalayeff
1997-07-28generate assym.hMichael Shalayeff
1997-07-28allocate random portsTheo de Raadt
1997-07-28for netatalk, pull in netatalk/at_extern.hTheo de Raadt
1997-07-28prettyTheo de Raadt
1997-07-28make it compileNiels Provos
1997-07-28make it compileNiels Provos
1997-07-28Make struct in_addr contain an in_addr_t since that's whatTodd C. Miller
in_addr_t is for (same basic type so we don't break anything).
1997-07-28insert char (for real)kstailey
1997-07-28syncTheo de Raadt
1997-07-28i screwed up twice in 20 seconds, wowTheo de Raadt
1997-07-28syncTheo de Raadt
1997-07-28oopsTheo de Raadt
1997-07-28syncTheo de Raadt
1997-07-28stime; christosTheo de Raadt
1997-07-28two unneeded variables; enami@ba2.so-net.or.jpTheo de Raadt
1997-07-27expiration messages, fixes, updates, all sorts of thingsNiklas Hallqvist
1997-07-27syncTheo de Raadt
1997-07-27mremap non-emulation; tron@lyssa.owl.deTheo de Raadt
1997-07-27arrgh! (sigh) (*sniffle*)kstailey
Fix insert char to erase more than one char in the newly created empty space past the insertion point.
1997-07-27sync to use m68k codeTheo de Raadt
1997-07-27sa__handler to avoid sa_handler stuff coming before 2000....Theo de Raadt
1997-07-27time_t is not longTheo de Raadt
1997-07-27hardcode list of ports to not randomly allocate; will add configuration laterTheo de Raadt
1997-07-27for AF_UNSPEC sockets, do not whack the ethernet address; this is what bpfTheo de Raadt
uses when it sends packets out. blame tqbf@rdist.org for this fix.
1997-07-27document bpb media typesMichael Shalayeff
1997-07-26protect from asm.h _C_LABEL pre-inclusionMichael Shalayeff
1997-07-26Report total number of blocks for a scsi disk since on modern drivesTodd C. Miller
total sectors > cyl * head * sec/head. Inspired by der Mouse <mouse@rodents.montreal.qc.ca>
1997-07-26Must include netatalk/at_extern to get atintr() prototype.denny
1997-07-25Typo (from NetBSD #2622)Tobias Weingartner
1997-07-25s/NetBSD/OpenBSD/kstailey
1997-07-25no need for -Imachine nowMichael Shalayeff
1997-07-25_STANDALONE needs <machine/limits.h> tooMichael Shalayeff
1997-07-25use machine/{std,var}args.hMichael Shalayeff
1997-07-25damnitTheo de Raadt
1997-07-25return EINVAL in case bad locking specified; netbsdMichael Shalayeff
1997-07-25userland bye-byeMichael Shalayeff
(arch/machine/libsa have to have machine link or smth)
1997-07-25correct return value on apmcall failureMichael Shalayeff
1997-07-25tabifyMichael Shalayeff
some /lx/p/ printf changes
1997-07-25oops, bad commentsMichael Shalayeff
1997-07-25add {struct,member,export} keywords, tsarna@endicor.comMichael Shalayeff
1997-07-25add SysV shared mem for Xkstailey
1997-07-25indent properlyTheo de Raadt
1997-07-25from netbsd: check user access rights only if UIO_USERSPACEMichael Shalayeff
1997-07-25updated from eisadevsMichael Shalayeff
1997-07-25more eisa codes (Jason Wright, netbsd-pr#3853)Michael Shalayeff
1997-07-25more quirks from netbsdMichael Shalayeff
1997-07-25oopsMichael Shalayeff
1997-07-25init uninitializedMichael Shalayeff
remove dumb var
1997-07-24do not ignore IFF_NOARPTheo de Raadt