Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-30 | make exact flavor specs smarter. | Marc Espie | |
problem reported by Jacek Masiulaniec | |||
2011-06-30 | sync | Theo de Raadt | |
2011-06-29 | Replace all instances of "scsibus* at hba?" with a single "scsibus* at | Matthew Dempsky | |
scsi?" rule, similar to how ethernet PHY drivers attach at mii. Discussed on icb. | |||
2011-06-29 | mark S8 encoding as emulated; only S16LE and U8 are natively supported | Christian Weisgerber | |
ok ratchov@ | |||
2011-06-29 | iop(4) is not a SCSI controller, so it shouldn't have the scsi | Matthew Dempsky | |
attribute. | |||
2011-06-29 | remove pss | Ted Unangst | |
2011-06-29 | dmesg@ says pss has never been seen in the wild and the manpage says it | Ted Unangst | |
doesn't work. goodbye. ok miod | |||
2011-06-29 | APM_NOPRINT option is no more | Ted Unangst | |
2011-06-29 | stop printing in apm, acpi doesn't do this. remove APM_NOPRINT option. | Ted Unangst | |
kind of ok deraadt | |||
2011-06-29 | notyet, notever. delete a bunch of code we won't be using. | Ted Unangst | |
2011-06-29 | ansi with a little knf. ok deraadt jsg | Ted Unangst | |
2011-06-29 | ansi softdep, ok deraadt | Ted Unangst | |
2011-06-29 | always set sppp auth secret, as other code assumes it. | Ted Unangst | |
confirmed to fix paul stoeber's crash. ok deraadt sthen | |||
2011-06-29 | make -u flag per-device similarly to -a and -w | Alexandre Ratchov | |
2011-06-29 | sync | Theo de Raadt | |
2011-06-28 | Less ugly MANSUBDIR handling, not needing '' any longer. | Ingo Schwarze | |
ok espie@ Note: This does not yet fix the issue noted by deraadt@ that two consecutive make install invocations install only once. Both of my proposed solutions are not nice, and espie@ is searching for a cleaner way. | |||
2011-06-28 | Remove the ega driver which is not referenced by any GENERIC kernel. | Matthieu Herrb | |
ok tedu@, "I won't mourn it" miod@, "no objection" oga@, "I won't cry" todd@, "fine, even happy" nick@ | |||
2011-06-28 | change two function defs with () to (void) | Ted Unangst | |
2011-06-28 | Rename FMARK to FIF_MARK and FDEFER to FIF_DEFER and | Thordur I. Bjornsson | |
move those flags to f_iflags; This makes rooms in the flag member of struct file for some goodies matthew@ as planned. ok matthew@, deraadt@. | |||
2011-06-28 | sync | Stuart Henderson | |
2011-06-28 | mention "include" support, boilerplate from ospfd.conf(5), ok dlg@ | Stuart Henderson | |
2011-06-28 | Use kvm_getfile2() instead of sysctl(KERN_FILE) for the -f option | Philip Guenthe | |
Make -T behave as documented: only report totals Only open the kvm files when necessary prompted by a comment from matthew@ ok and corrections millert@, ok tedu@ | |||
2011-06-27 | remove some useless casts. ok krw | Ted Unangst | |
2011-06-27 | cleanup this file a little, review by krw | Ted Unangst | |
2011-06-27 | for mount_ntfs, fix an error in previous; for tr, fix an error of the | Jason McIntyre | |
same variety... | |||
2011-06-27 | Unbreak iopool conversion by putting the implicit yet missing important | Miod Vallat | |
initialization statements. Found the hard way by Sebastiaan Indesteege | |||
2011-06-27 | no need for #if 1 on the readonly here, as noticed by deraadt | Ted Unangst | |
2011-06-27 | cleanup the ntfs man page, and enforce readonly operation. | Ted Unangst | |
ok deraadt jmc krw | |||
2011-06-27 | document HW_ALLOWPOWERDOWN; reminded by and ok jmc@ | Christian Weisgerber | |
2011-06-27 | If an shared interrupt handler returns -1, continue running other handlers. | Theo de Raadt | |
If it returns 1, skip calling the handlers further down the list. The interrupt pin will remain asserted, and the handler will be called on the next go-around. This makes sparc64 "similar" to other architectures. ok kettenis jsing | |||
2011-06-27 | When adding interrupt handlers to a chain, install them in priority order. | Joel Sing | |
This results in the higher IPL handlers being run first. ok deraadt@ kettenis@ | |||
2011-06-27 | fix an off by one which resulted in 'no next header' packets not being | David Hill | |
displayed. help from bluhm@ OK claudio@ | |||
2011-06-27 | Backout the dynamic linker speed improvement diff for now, it still | Stuart Henderson | |
has some issues. Discussed with various, ok drahn@ | |||
2011-06-27 | sync | Theo de Raadt | |
2011-06-27 | Mark ARP request broadcasts with M_BCAST in the mbuf flags. | Camiel Dobbelaar | |
Fixes a case in bridge_output() where ARP requests are not broadcast on interfaces without the discovery flag. ok claudio deraadt | |||
2011-06-27 | vlan parent devices do not have to be physical, and they can be | Camiel Dobbelaar | |
changed on the fly now. ok sthen deraadt | |||
2011-06-27 | Update to tzdata2011h from elsie.nci.nih.gov | Todd C. Miller | |
2011-06-27 | make things slightly more readable | Marc Espie | |
2011-06-27 | add useless method for tied readability | Marc Espie | |
2011-06-27 | compute checksum in plist's existing checksum class, so that very old | Marc Espie | |
md5 can be checked. would credit whoever reported this (oga?) except I don't remember. | |||
2011-06-27 | remove two forgotten debug printf()s | Alexandre Ratchov | |
2011-06-27 | Display the CPU usage when -ddddd is used, ie the time spent on | Alexandre Ratchov | |
calculations compared to the time spend on sleeping in poll(). | |||
2011-06-27 | expose audio client names through sysex messages, this way any | Alexandre Ratchov | |
midi client could determine which volume knob corresponds to which client. Such sysex messages are ignored by hardware or software that don't understand them | |||
2011-06-27 | Fix chrtoblk() and blktochr() prototypes to reflect that they return | Matthew Dempsky | |
dev_t, not int. | |||
2011-06-27 | There is no CCDNBUF option | Ted Unangst | |
2011-06-27 | repair after last commit | Theo de Raadt | |
2011-06-27 | the NTFS experiment "worked". it's in generic. | Ted Unangst | |
2011-06-27 | use of compat_43 has apparently been discouraged for 14 years, but it remains | Ted Unangst | |
enabled in generic. let's just admit it's not really discouraged. | |||
2011-06-27 | Make KERN_FILE and KERN_FILE2 behavior consistent: when the caller doesn't | Philip Guenthe | |
have the necessary rights, return f_offset=-1 and f_seek=0. ok tedu@, matthew@ | |||
2011-06-27 | compat_vax1k goes to the attic | Ted Unangst | |