summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-01-16Waiter! I asked for a working vfork!Miod Vallat
2003-01-16Alignment requirements are satisfied in ENTRY(), no need to add more here.Miod Vallat
2003-01-16syncTheo de Raadt
2003-01-16fuckheadsTheo de Raadt
2003-01-16whitespace removal.Dale Rahn
2003-01-16more up to date, some input by todd@Bruno Rohee
2003-01-16slightely better memory regions validity check; weingart@ idea and okMichael Shalayeff
2003-01-16t'was a wrong file installed in perl modules for some reason, fix itMichael Shalayeff
2003-01-16syncMichael Shalayeff
2003-01-16fpr0 is recommended to be operated in full 64bits, although seemed to work ↵Michael Shalayeff
otherwise, fix it
2003-01-16make it compileMichael Shalayeff
2003-01-16extern the eprol and etext; better eprol definitionMichael Shalayeff
2003-01-16include boots into the snapMichael Shalayeff
2003-01-16do not include the bsd into the lif, make links in the mdecMichael Shalayeff
2003-01-16Fix typos; from jmc with one fix by meTodd C. Miller
2003-01-16Typos; Alan Day w/ changes from me.Todd C. Miller
2003-01-16Missing breakAlexander Yurchenko
2003-01-16- add two inline functions for accessing chip configuration spaceAlexander 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-16regenMichael Shalayeff
2003-01-16add support for a few more devices (sis7012, nforce, amd768, amd8111), from ↵Michael Shalayeff
netbsd
2003-01-16Add channel number to report of registers mapping type.Alexander Yurchenko
2003-01-16getting rid of vm_offset_t.Artur Grabowski
2003-01-16Getting rid of vm_offset_tArtur Grabowski
2003-01-16explicitly use first glob resultDamien Miller
2003-01-16Don'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-16optimize accessing the md_regs through use of local varsMichael Shalayeff
2003-01-16match the funky regs order between getregs and reg_namesMichael Shalayeff
2003-01-15Fix two minor nits; deraadt@ OKTodd 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-15at least mention the PRIQ scheduler.Henning Brauer
more to come...
2003-01-15Fixes 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-15Put 269 after 268 where it belongs.Todd C. Miller
2003-01-15mib[4], not mib[3]; fixes nfsstat breakageTodd C. Miller
2003-01-15Better fix for the sysctl() loop; deraadt@ OKTodd C. Miller
2003-01-15a few missing bits (not all) and force pc into user mode when writing in, ↵Michael Shalayeff
allows pmdb use
2003-01-15mich changes; cheddar@yakko.cs.wmich.eduTheo de Raadt
2003-01-15make it compile, becomes useful nowMichael Shalayeff
2003-01-15Don't report NQNFS stats, we don't do NQNFS anymore.Todd C. Miller
2003-01-15cope with nfs being last in the listTheo de Raadt
2003-01-15what a bogus messageTheo de Raadt
2003-01-15regenMichael Shalayeff
2003-01-15a few more products and wdcMichael Shalayeff
2003-01-15Bunch of new regression tests. The only missing thing now is testsCedric Berger
for the <table> syntax in rules.
2003-01-15Fix 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-15minbrk is exposed, gmon uses itMichael Shalayeff
2003-01-15Fix a buglet when one "creates" a table which is already in theCedric Berger
referenced or inactive set. Flags were not updated correctly. Tested on i386, sparc64. More regression tests coming.
2003-01-15missing ","Markus Friedl
2003-01-15Typo in yyerror().Mike Pechkin
henning@
2003-01-15typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-15syncTheo de Raadt
2003-01-15there is no machine/gprof.hMichael Shalayeff