Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-16 | Waiter! I asked for a working vfork! | Miod Vallat | |
2003-01-16 | Alignment requirements are satisfied in ENTRY(), no need to add more here. | Miod Vallat | |
2003-01-16 | sync | Theo de Raadt | |
2003-01-16 | fuckheads | Theo de Raadt | |
2003-01-16 | whitespace removal. | Dale Rahn | |
2003-01-16 | more up to date, some input by todd@ | Bruno Rohee | |
2003-01-16 | slightely better memory regions validity check; weingart@ idea and ok | Michael Shalayeff | |
2003-01-16 | t'was a wrong file installed in perl modules for some reason, fix it | Michael Shalayeff | |
2003-01-16 | sync | Michael Shalayeff | |
2003-01-16 | fpr0 is recommended to be operated in full 64bits, although seemed to work ↵ | Michael Shalayeff | |
otherwise, fix it | |||
2003-01-16 | make it compile | Michael Shalayeff | |
2003-01-16 | extern the eprol and etext; better eprol definition | Michael Shalayeff | |
2003-01-16 | include boots into the snap | Michael Shalayeff | |
2003-01-16 | do not include the bsd into the lif, make links in the mdec | Michael Shalayeff | |
2003-01-16 | Fix typos; from jmc with one fix by me | Todd C. Miller | |
2003-01-16 | Typos; Alan Day w/ changes from me. | Todd C. Miller | |
2003-01-16 | Missing break | Alexander Yurchenko | |
2003-01-16 | - add two inline functions for accessing chip configuration space | Alexander Yurchenko | |
through the index and data registers - proper registers and bits names - more debug in cable detection - back the code for checking interrupt asserting in case of shared IRQ, it seems to solve the problem with repeatable ``bugus intr'' messages in PDC20376 (one more step to get it working); based on tests by j@pureftpd.org Some input and ok from costa@ | |||
2003-01-16 | regen | Michael Shalayeff | |
2003-01-16 | add support for a few more devices (sis7012, nforce, amd768, amd8111), from ↵ | Michael Shalayeff | |
netbsd | |||
2003-01-16 | Add channel number to report of registers mapping type. | Alexander Yurchenko | |
2003-01-16 | getting rid of vm_offset_t. | Artur Grabowski | |
2003-01-16 | Getting rid of vm_offset_t | Artur Grabowski | |
2003-01-16 | explicitly use first glob result | Damien Miller | |
2003-01-16 | Don't hardcode IO mapping for cmd/ctl regs, use pci_mapreg_type() | Alexander Yurchenko | |
instead. This allows chips with memory mapped registers (e.g. Promise PDC20376) to work. ok costa@ | |||
2003-01-16 | optimize accessing the md_regs through use of local vars | Michael Shalayeff | |
2003-01-16 | match the funky regs order between getregs and reg_names | Michael Shalayeff | |
2003-01-15 | Fix two minor nits; deraadt@ OK | Todd C. Miller | |
o Avoid taking the address of an array when we just want a pointer o Use &array[1] not array + 1 | |||
2003-01-15 | at least mention the PRIQ scheduler. | Henning Brauer | |
more to come... | |||
2003-01-15 | Fixes from Andrey Matveev: | Todd C. Miller | |
o Remove bogus cast to char in getopt() switch o Check for strdup() failure o Don't list -p option twice in usage() | |||
2003-01-15 | Put 269 after 268 where it belongs. | Todd C. Miller | |
2003-01-15 | mib[4], not mib[3]; fixes nfsstat breakage | Todd C. Miller | |
2003-01-15 | Better fix for the sysctl() loop; deraadt@ OK | Todd C. Miller | |
2003-01-15 | a few missing bits (not all) and force pc into user mode when writing in, ↵ | Michael Shalayeff | |
allows pmdb use | |||
2003-01-15 | mich changes; cheddar@yakko.cs.wmich.edu | Theo de Raadt | |
2003-01-15 | make it compile, becomes useful now | Michael Shalayeff | |
2003-01-15 | Don't report NQNFS stats, we don't do NQNFS anymore. | Todd C. Miller | |
2003-01-15 | cope with nfs being last in the list | Theo de Raadt | |
2003-01-15 | what a bogus message | Theo de Raadt | |
2003-01-15 | regen | Michael Shalayeff | |
2003-01-15 | a few more products and wdc | Michael Shalayeff | |
2003-01-15 | Bunch of new regression tests. The only missing thing now is tests | Cedric Berger | |
for the <table> syntax in rules. | |||
2003-01-15 | Fix another buglet with inactive sets. | Cedric Berger | |
table <foo> { 1.2.3.4 1.2.3.4 1.2.3.4 } Was causing the kernel to become noisy. Now duplicates are silently rejected. | |||
2003-01-15 | minbrk is exposed, gmon uses it | Michael Shalayeff | |
2003-01-15 | Fix a buglet when one "creates" a table which is already in the | Cedric Berger | |
referenced or inactive set. Flags were not updated correctly. Tested on i386, sparc64. More regression tests coming. | |||
2003-01-15 | missing "," | Markus Friedl | |
2003-01-15 | Typo in yyerror(). | Mike Pechkin | |
henning@ | |||
2003-01-15 | typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2003-01-15 | sync | Theo de Raadt | |
2003-01-15 | there is no machine/gprof.h | Michael Shalayeff | |