summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-12-30append \n correctlyTheo de Raadt
1998-12-30doc fix: clnt_sperrno does not append a NEWLINETheo de Raadt
1998-12-30indentTheo de Raadt
1998-12-30indentTheo de Raadt
1998-12-30Exit if nlist fails with ENOENT. Also replace strerror(errno) in syslog with %mTodd C. Miller
1998-12-30For now, just allocate gobs more CCBs in an attempt to avoid running out duringJason Downs
autoconf. This needs to be fixed correctly...
1998-12-30indentArtur Grabowski
1998-12-30fix typo; jdb@osbie.layer8.netTheo de Raadt
1998-12-30clean up DIAGNOSTICArtur Grabowski
1998-12-30If no phy is probed, proceed in 'auto' mode. This makes cards like my 10mb ↵Todd C. Miller
etherexpress pro+ combo that worked in 2.3 but not in 2.4.
1998-12-30No, it was a NOT a typo.Jason Downs
1998-12-30machdep; more work neededMichael Shalayeff
1998-12-30fix pmap_steal_memory - related things:Michael Shalayeff
shudup vm_page_bootstrap about "lost pages" always use pmap_steal_memory() to allocate from block-mapped area add pmap_steal_memory debugging flag
1998-12-30typo; evanc@concer.toTheo de Raadt
1998-12-29assign interruptsMichael Shalayeff
1998-12-29sti graphics does not need rasterMichael Shalayeff
1998-12-29add bus_space_barrier() protoMichael Shalayeff
1998-12-29help MI codeMichael Shalayeff
1998-12-29fix special tr* registers names, spaces vs tabsMichael Shalayeff
1998-12-29make fcacheall(), ptlball() void on args, so anybody can call 'emMichael Shalayeff
1998-12-29utilize PDC_ALIGNMENTMichael Shalayeff
1998-12-29memoryMichael Shalayeff
1998-12-29no microtime() yetMichael Shalayeff
1998-12-29Viper mem/mainbus controller definitionsMichael Shalayeff
1998-12-29some cpuMichael Shalayeff
1998-12-29-a don't work yetMichael Shalayeff
1998-12-29some *machdep stuffMichael Shalayeff
1998-12-29Fat PIDs cannot be used with COMPAT_09, reported by ho@netman.seNiklas Hallqvist
1998-12-29do batch in encrypted mode by default; ibo@val-axs.netTheo de Raadt
1998-12-29add isakmpd(8) referencesTheo de Raadt
1998-12-29first cut at a bpp driver; mailed to me by downsj eons agoTheo de Raadt
1998-12-29work around some ugly glitchesTheo de Raadt
1998-12-29prepare for sparc bppTheo de Raadt
1998-12-29use getcwd()Theo de Raadt
1998-12-29syncTheo de Raadt
1998-12-28ensure the ip packet embedded inside an icmp packet has correct ip_len,Theo de Raadt
ip_off, ip_id. for udp, also correct uh_sum. ip_sum is still set to 0; (all this debugged using nmap)
1998-12-28use getcwd(3)Theo de Raadt
1998-12-28syncTheo de Raadt
1998-12-28zoranTheo de Raadt
1998-12-28remove old leftovers from lite2 upgradeArtur Grabowski
1998-12-28simple_lock fixesArtur Grabowski
1998-12-28simple debugging for simple locksArtur Grabowski
1998-12-28manpage for mtdphyJason Wright
1998-12-28Fix fxdr_hyper macro. The cast to signed int caused incorrect behavior in ↵Todd C. Miller
the shift. This only seems to have affected big endian machines.
1998-12-28cleanup and commentsMichael Shalayeff
1998-12-28use \& block on : in macro; rossTheo de Raadt
1998-12-28emulation includes audio and cdromHugh Graham
1998-12-28handle oversize fd_setTheo de Raadt
1998-12-28Small hack to pass out VM86 traps using a siginfo field.Jason Downs
(There is no other way in our kernel.) VM86 applications must use real sigaction handlers with SA_SIGINFO in order to get their traps.
1998-12-28document -DHugh Graham