Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-12-30 | append \n correctly | Theo de Raadt | |
1998-12-30 | doc fix: clnt_sperrno does not append a NEWLINE | Theo de Raadt | |
1998-12-30 | indent | Theo de Raadt | |
1998-12-30 | indent | Theo de Raadt | |
1998-12-30 | Exit if nlist fails with ENOENT. Also replace strerror(errno) in syslog with %m | Todd C. Miller | |
1998-12-30 | For now, just allocate gobs more CCBs in an attempt to avoid running out during | Jason Downs | |
autoconf. This needs to be fixed correctly... | |||
1998-12-30 | indent | Artur Grabowski | |
1998-12-30 | fix typo; jdb@osbie.layer8.net | Theo de Raadt | |
1998-12-30 | clean up DIAGNOSTIC | Artur Grabowski | |
1998-12-30 | If 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-30 | No, it was a NOT a typo. | Jason Downs | |
1998-12-30 | machdep; more work needed | Michael Shalayeff | |
1998-12-30 | fix 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-30 | typo; evanc@concer.to | Theo de Raadt | |
1998-12-29 | assign interrupts | Michael Shalayeff | |
1998-12-29 | sti graphics does not need raster | Michael Shalayeff | |
1998-12-29 | add bus_space_barrier() proto | Michael Shalayeff | |
1998-12-29 | help MI code | Michael Shalayeff | |
1998-12-29 | fix special tr* registers names, spaces vs tabs | Michael Shalayeff | |
1998-12-29 | make fcacheall(), ptlball() void on args, so anybody can call 'em | Michael Shalayeff | |
1998-12-29 | utilize PDC_ALIGNMENT | Michael Shalayeff | |
1998-12-29 | memory | Michael Shalayeff | |
1998-12-29 | no microtime() yet | Michael Shalayeff | |
1998-12-29 | Viper mem/mainbus controller definitions | Michael Shalayeff | |
1998-12-29 | some cpu | Michael Shalayeff | |
1998-12-29 | -a don't work yet | Michael Shalayeff | |
1998-12-29 | some *machdep stuff | Michael Shalayeff | |
1998-12-29 | Fat PIDs cannot be used with COMPAT_09, reported by ho@netman.se | Niklas Hallqvist | |
1998-12-29 | do batch in encrypted mode by default; ibo@val-axs.net | Theo de Raadt | |
1998-12-29 | add isakmpd(8) references | Theo de Raadt | |
1998-12-29 | first cut at a bpp driver; mailed to me by downsj eons ago | Theo de Raadt | |
1998-12-29 | work around some ugly glitches | Theo de Raadt | |
1998-12-29 | prepare for sparc bpp | Theo de Raadt | |
1998-12-29 | use getcwd() | Theo de Raadt | |
1998-12-29 | sync | Theo de Raadt | |
1998-12-28 | ensure 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-28 | use getcwd(3) | Theo de Raadt | |
1998-12-28 | sync | Theo de Raadt | |
1998-12-28 | zoran | Theo de Raadt | |
1998-12-28 | remove old leftovers from lite2 upgrade | Artur Grabowski | |
1998-12-28 | simple_lock fixes | Artur Grabowski | |
1998-12-28 | simple debugging for simple locks | Artur Grabowski | |
1998-12-28 | manpage for mtdphy | Jason Wright | |
1998-12-28 | Fix 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-28 | cleanup and comments | Michael Shalayeff | |
1998-12-28 | use \& block on : in macro; ross | Theo de Raadt | |
1998-12-28 | emulation includes audio and cdrom | Hugh Graham | |
1998-12-28 | handle oversize fd_set | Theo de Raadt | |
1998-12-28 | Small 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-28 | document -D | Hugh Graham | |