Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-30 | need to disable load tests for altq and table stuff for now :-( | Henning Brauer | |
2003-01-30 | test :network and :broadcast modifiers | Henning Brauer | |
2003-01-30 | document :network and :broadcast modifiers | Henning Brauer | |
help jmc@ | |||
2003-01-30 | add support for :network and :broadcast modifiers to interface names. | Henning Brauer | |
sample: pass in on dc0 from dc0:network to any keep state block in on dc0 from any to dc0:broadcast ok theo daniel | |||
2003-01-30 | big KNF & ANSI round | Henning Brauer | |
"accidently" typed while hunting a bug ;-) ok kjc@ | |||
2003-01-30 | revoke privs a bit later so spamd can bind() to ports < 1024 | Henning Brauer | |
inspired by Nick Stott <nick at electric-pickle.net> ok theo daniel | |||
2003-01-30 | The E450 seems to have the same problem as the E250, so don't ask OF for | Henric Jungheim | |
the msgbuf on this box either. ok jason@ (a very, very long time ago) | |||
2003-01-30 | Many Ultra 5s likes to hang when starting. The last thing on the console | Henric Jungheim | |
is: "pcons at mainbus0 not configured". The problem is that the IDE chip asserts a PCI interrupt line even while the registers on the chip claim that it is not. Doing a channel reset helps, but is almost certainly only a work-around for the real problem. Several other work-arounds have been suggested, but this one has had the most testing. Many have looked and helped (notably grange@). Thanks. ok jason@ | |||
2003-01-30 | sync | Theo de Raadt | |
2003-01-30 | Only flush the got address, if there is one. DOH. | Dale Rahn | |
2003-01-30 | there is no need for a MCOUNT, gcc prepares everything and calls _mcount() ↵ | Michael Shalayeff | |
all by itself | |||
2003-01-30 | no need to force cflags here | Michael Shalayeff | |
2003-01-30 | add "testall" target for development testing | Marco S Hyman | |
2003-01-30 | Change the constructor execution order to initialize dependant libraries | Dale Rahn | |
first. This mirrors the commit espie put in a.out ld.so recently. | |||
2003-01-30 | reread the dma status reg after playing part of the dma got programmed. | Michael Shalayeff | |
according to the doc, the "play next" bit and therefore the device interrupt may get raised earlier than the "record next" is set, thus we might not program the record dma and get another harmony interrupt right after servicing this one. this little optimization allows to deal w/ the situation more efficiently, should it occur. jason@ ok | |||
2003-01-30 | regen now that setreuid/setregid have moved out of compat and into kern | Todd C. Miller | |
2003-01-30 | Bring back setreuid(2) and setregid(2) as first class syscalls | Todd C. Miller | |
(but still implemented via setres[ug]id(2)). Basically this just moves them from COMPAT_43 into kern_prot.c. Also fixes a typo in my old implementation. The userland portion will follow in a few days. deraadt@ OK | |||
2003-01-30 | real meat in audio_device; discussed w/ jason@ | Michael Shalayeff | |
2003-01-30 | AD1849 not AD1848, also give the name of the AD1849 chip now that I have the ↵ | Jason Wright | |
datasheet. | |||
2003-01-30 | Check the codec revision... if it's >=CS4215E or >=AD1849K (same value | Jason Wright | |
strangely =) the make ulinear (native) and slinear (emulated) available. Also, while here, make ulinear_le:16 available via emulation. (Btw, the LASI docs say that the format code for ulinear is a reserved value... Probably just wasn't available in the early CS4215/AD1849's) | |||
2003-01-29 | check the uvm_fault_wire() for failure, just like other calls; art@ ok | Michael Shalayeff | |
2003-01-29 | save fpregs in coredump | Michael Shalayeff | |
2003-01-29 | enable scsi and sync w/ generic | Michael Shalayeff | |
2003-01-29 | oops, test-compiled the wrong source, missing paren | Michael Shalayeff | |
2003-01-29 | make it work on both yamaha and ensoniq mpus; from hunter@dg.net.ua | Michael Shalayeff | |
2003-01-29 | moved some stuff into hppa.html | Michael Shalayeff | |
2003-01-29 | ref bit is reverse meaning in the pte, therefore should be | Michael Shalayeff | |
set on initial mapping (both enter and kenter), this seems to repair numerous userland issues. do not play DIRTY games either. repair border condition on the batch unmap (as well). | |||
2003-01-29 | typos; | Jason McIntyre | |
many tweaks by millert@ (thanks) thanks mpech@ for help with adduser(8) ok millert@ | |||
2003-01-29 | Align this char array accessed as double, for paranoia reasons. | Dale Rahn | |
2003-01-29 | correct part #, from sunsolve.sun.com | Henning Brauer | |
ok theo | |||
2003-01-29 | do setprocticle; ok camield | Theo de Raadt | |
2003-01-29 | /usr/share/doc/html/bind; ok deraadt@ | Jakob Schlyter | |
2003-01-29 | print out the codec revision in dmesg | Michael Shalayeff | |
2003-01-29 | fix typo. majver should be minver | Ted Unangst | |
ok mickey@ | |||
2003-01-28 | add a rule to built bzero.po as well | Michael Shalayeff | |
2003-01-28 | a lost ntohs() caused tcpdump not to print the action. | Henning Brauer | |
debugging session with and ok'd by dhartmei@ | |||
2003-01-28 | some more meat | Michael Shalayeff | |
2003-01-28 | Mention type 5 Japanese keyboard layout. | Miod Vallat | |
2003-01-28 | Japanese type 5 layout; from a picture of the actual layout on sunsolve, | Miod Vallat | |
checked against prom behaviour with a jumpered type 5. | |||
2003-01-28 | add a license goo; pt out by ray@securityfoo.net | Michael Shalayeff | |
2003-01-28 | harmony is there, 10x to jason | Michael Shalayeff | |
2003-01-28 | remove example not pertinent with -1 addition; ok markus@ | Kevin Steves | |
2003-01-28 | document -l; pekkas@netcore.fi | Markus Friedl | |
2003-01-28 | typos; added white boldface to examples | Jason McIntyre | |
ok deraadt@ | |||
2003-01-28 | compile without propolice on sparc64 for now | Jakob Schlyter | |
2003-01-28 | harmony support | Jason Wright | |
2003-01-28 | Ok, you can only set the HE/SE/LE/IS bits in GAINCTL when reset is asserted ↵ | Jason Wright | |
(why? I have no clue, but not abding this causes the chip to wedge). So, you can now switch input/output ports to your hearts content... oh did I mention several commits ago that capture works? | |||
2003-01-28 | thread safer libc (note: safer, not safe) | Marco S Hyman | |
Access to the global _res structure replaced by pointers to a per thread instance. If unthreaded the pointer is to the global structure. Also replaced a 64k stack array with malloc-ed memory so threaded aps (with a default 64k stack) have a chance at working. ok deraadt@ | |||
2003-01-28 | Document the rest of cu's options; from Andrey Smagin | Todd C. Miller | |
We should probably split tip and cu into separate man pages with the common bits included. | |||
2003-01-28 | Move device driver specific stuff to *var.h and add most of the code for | Jason Wright | |
dealing with output source selection (doesn't work right yet, so its disabled). |