Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-08 | _exit() not exit() in signal handler. | Todd C. Miller | |
2002-05-08 | add a newline after pcap error string (as pcap_geterr() doesn't). | jasoni | |
- ok dhartmei@ (a long time ago) | |||
2002-05-08 | No more need to build this gprof on ELF archs. We use the native one now. | Artur Grabowski | |
2002-05-08 | Split out symbol handling into a separate file. | Artur Grabowski | |
Implement symbol handling for ELF (based on FreeBSD). Implement dummy support for alpha, hppa, powerpc and sparc64. Tested during the last 2 months on various archs (never comitted because other stuff got in the way). Some fixups to i386 support from mickey@ This lets us switch all elf archs to this gprof. | |||
2002-05-08 | Fix typo; Peter Werner | Todd C. Miller | |
2002-05-08 | print parisc level w/ the the parisc version, not for each cpu | Michael Shalayeff | |
2002-05-08 | kill debugging printfski | Michael Shalayeff | |
2002-05-08 | regen | Michael Shalayeff | |
2002-05-08 | a few more boards and corrections, from pg-hwdb | Michael Shalayeff | |
2002-05-07 | sync | Theo de Raadt | |
2002-05-07 | spelling; svs@ropnet.ru | Theo de Raadt | |
2002-05-07 | wrong size of address; harding@motd.ca | Theo de Raadt | |
2002-05-07 | /usr/include/arch and /usr/include/machine should be in comp, not base; | Miod Vallat | |
and the /usr/include/readline contents are mi. deraadt@ ok | |||
2002-05-07 | bring over our mods; the cnv*c have a problem now, described in the osf ↵ | Michael Shalayeff | |
version of the cnv_float.h, at the end | |||
2002-05-07 | Simplify multicast handling based on powerpc's gm.c and remove ether_cmp() | Jason Wright | |
2002-05-07 | 7811 needs a short pause before setting up the DMA CSR during reset or it | Jason Wright | |
will hang during the first DMA operation on some machines. | |||
2002-05-07 | minor style. | jasoni | |
2002-05-07 | support TIOCLINUX ioctl | jasoni | |
- from NetBSD | |||
2002-05-07 | Fix uvisor for what's currently in the tree | Nathan Binkert | |
2002-05-07 | Sync quirks with NetBSD | Nathan Binkert | |
2002-05-07 | Sync uvisor driver with NetBSD. This adds support for PALM4 devices | Nathan Binkert | |
2002-05-07 | use ssh uid | Theo de Raadt | |
2002-05-07 | ssh uid and gid for privsep | Theo de Raadt | |
2002-05-07 | Less verbose. noticed by fgsch | Nathan Binkert | |
2002-05-07 | Add url(4) and urlphy(4) | Nathan Binkert | |
ok deraadt | |||
2002-05-07 | manpage for urlphy(4) | Nathan Binkert | |
2002-05-07 | Add a driver for Realtek RTL8150L based ethernet devices | Nathan Binkert | |
From NetBSD | |||
2002-05-07 | Add urlphy(4) which is used by url(4). | Nathan Binkert | |
From NetBSD | |||
2002-05-07 | move ether_crc32_le to if_ethersubr.c. Add ether_crc32_be | Nathan Binkert | |
2002-05-07 | fix conf file generation | Theo de Raadt | |
2002-05-07 | Meant to commit only ulpt and committed everything. Most things weren't ready | Nathan Binkert | |
2002-05-07 | Sync ulpt driver with NetBSD | Nathan Binkert | |
2002-05-07 | grep is right start | Theo de Raadt | |
2002-05-07 | The beginnings of a compat_osf1(8) manual page, borrowed from NetBSD then | Miod Vallat | |
adapted to our current situation. | |||
2002-05-07 | Correct COMPAT_ULTRIX description. | Miod Vallat | |
2002-05-07 | Carefully applied -Wall fixups from <panda@omatis.com>. | Hugh Graham | |
Also a little KNF. | |||
2002-05-07 | return EBUSY, not EWOULDBLOCK for error when calling thread would block | Peter Valchev | |
for pthread_rwlock_wrlock & sie says Single Unix Specification; ok fgs | |||
2002-05-07 | Make sure calls to pthread_cancel() do not take effect if the target | Peter Valchev | |
thread is already exiting, from archie@FreeBSD, ok fgs | |||
2002-05-07 | All architectures now use miniroot, so eliminate last few getresp() | Kenneth R Westerback | |
calls in favour of ask(). Fix the erroneous advice I gave to Hugh in vax getresp() -> ask(). ok deraadt@ | |||
2002-05-07 | Spring pmap cleaning: | Miod Vallat | |
- update and fix comments - clean the batc code (still not used by default) - there was some KNF left to do - fix incorrect locking behaviour in pmap_remove_all() - fix incorrect pmap_remove_range() call which would cause the kernel to enter an infinite loop sometimes at shutdown - fix an off-by-one page loop in pmap_protect() This should bring the extra bits of stability I need to resume working on the compiler... | |||
2002-05-07 | sync | Theo de Raadt | |
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller | |
the tree. | |||
2002-05-06 | sync uaudio with NetBSD | Nathan Binkert | |
2002-05-06 | When options.permit_empty_passwd == 0 ensure you are checking pw->passwd not | mouring | |
password. | |||
2002-05-06 | sync | Theo de Raadt | |
2002-05-06 | rlogin is gone but rsh remains (though its use is discouraged). | Todd C. Miller | |
If someone uses the 'rsh foo' form and there is no rlogin installed, use telnet instead. | |||
2002-05-06 | Kill rlogind and rexecd Xr's and add Xr's for things we actually use. | Todd C. Miller | |
2002-05-06 | rlogin: Lived with Joy | Theo de Raadt | |
2002-05-06 | rlogind and rexecd are history | Todd C. Miller | |
2002-05-06 | Increase MAXPHYS from 63K to 64K which brings it in line with all our | Todd C. Miller | |
other architectures and matches NetBSD-current. hugh@ OK |