simonb
a72208957e
Remove useless BINOWN=root
1998-07-29 01:14:16 +00:00
mycroft
28beaae04f
const propagation.
1998-07-28 21:25:35 +00:00
mycroft
271fd291d0
const propagation.
1998-07-28 21:16:42 +00:00
mycroft
8cedc3e89f
Increase the initial hash table size.
1998-07-28 19:27:00 +00:00
mycroft
519d858510
__AUDIT__ cleanup.
1998-07-28 19:22:54 +00:00
mycroft
49b1e89cfe
If the return value is sometimes discarded, output `sometimes ignored' rather
...
than `always ignored'.
1998-07-28 05:12:00 +00:00
mycroft
a65a57d7b3
Propagate the value and test contexts to the right-hand side of a
...
comma operator.
1998-07-28 03:39:29 +00:00
mycroft
11177fb359
Search both sides of a comma operator for side effects.
1998-07-27 19:58:43 +00:00
mycroft
defaa2bc6e
Fix a recurring typo: comparision -> comparison.
1998-07-27 13:50:46 +00:00
mycroft
eb86b91807
Fix uses of uninitialized memory, and incorrect types for initializers.
...
From ITOH Yasufumi, PR 5861.
1998-07-27 12:10:22 +00:00
pk
c84a4e8823
Print memory pool statistics.
1998-07-27 10:26:11 +00:00
mycroft
f9f7e98dab
const poisoning.
1998-07-27 07:41:31 +00:00
scottr
ebc77f0f62
Ack! I misunderstood a problem reported to me. We don't need to do
...
anything special to handle obj directories; bsd.man.mk does it for us
already. Back out that part of the previos commit.
1998-07-27 04:45:23 +00:00
scottr
b894fb7eed
Fix two problems with my previous change:
...
- We must include bsd.own.mk to get EXPORTABLE_SYSTEM from mk.conf.
Noted by Bernd Ernesti.
- If we're only generating man pages, we should deal with obj
directories as appropriate. Both Perry Metzger and I found this
independently.
This completes the tasks necessary to close PR 5519.
1998-07-27 04:16:19 +00:00
mycroft
af26acbc65
const poisoning.
1998-07-26 23:14:40 +00:00
mycroft
b223acf69a
const poisoning.
1998-07-26 23:03:30 +00:00
mycroft
e683da3ba6
const poisoning.
1998-07-26 22:38:15 +00:00
mycroft
a405bce56c
const poisoning.
1998-07-26 22:26:29 +00:00
mycroft
48625216b5
const poisoning.
1998-07-26 22:21:02 +00:00
mycroft
cc06efc9db
const poisoning.
1998-07-26 22:15:38 +00:00
mycroft
11474d8d50
Don't core dump if the uid is invalid.
1998-07-26 22:14:34 +00:00
mycroft
55ac0c2da3
const poisoning.
1998-07-26 21:58:46 +00:00
mycroft
f56c79f70c
const poisoning.
1998-07-26 21:47:47 +00:00
mycroft
d92a424ade
const poisoning.
1998-07-26 21:35:28 +00:00
mycroft
a5b2c458ca
const poisoning.
1998-07-26 21:25:16 +00:00
mycroft
0c4d98ae35
const poisoning.
1998-07-26 17:53:10 +00:00
mycroft
66427701ea
const poisoning.
1998-07-26 15:23:39 +00:00
mycroft
decd62c2bf
const poisoning.
1998-07-26 15:13:14 +00:00
mycroft
0db548a927
const poisoning.
1998-07-26 14:57:56 +00:00
lukem
5ae8291cc6
minor grammar fix
1998-07-26 12:59:40 +00:00
lukem
b521b370b5
* spell `retrieved' correctly!
...
* parse Last-Modified: HTTP headers for date, and change time of
retrieved file if parsing succeeded
* support file:/// and file://localhost/ URLs
* in url_get(), re-write byte moving code to consistently use fread()
and fwrite(), and check errors at end with ferror()
* add about:* easter-egg (#ifndef SMALL :-)
1998-07-26 12:58:16 +00:00
ross
3c35d73f31
Deal with the gnu __attribute__ keyword, which is in an odd place and
...
breaks the ctags function-recognition algorithm.
1998-07-24 07:30:08 +00:00
phil
11c7d5d3b1
Put back "return value" meaning in option actions accidentally removed
...
in chanages for dynamic menus. (Return !=0 means to exit menu dynamically.)
1998-07-23 17:56:00 +00:00
augustss
02c8f266db
Make the /dev/ part of the device name optional.
1998-07-23 13:48:59 +00:00
scottr
8f01a044f4
Unlike other domestic bits, telnet and telnetd are never built as a part
...
of the domestic build process. No domestic program actually builds its
own man pages but instead relies on those built in the exportable tree.
The result is missing telnet(1) and telnet(8) pages.
Fix this problem descending into the telnet and telnetd directories
regardless of whether we're doing an exportable build or not. Once there,
we generate only the man pages if we're building a non-exportable system.
1998-07-22 22:30:07 +00:00
lukem
8d879385dd
* send 'Connection: close' in HTTP/1.1 headers, preventing the
...
remove server from using a persistent connection, which speeds
up such requests.
* support http 301 and 302 redirects
* rewrite guts of url_get() to use fparseln() et al instead of
read(s,&p,1)... enables each in the header to be parsed
as necessary
* rename login to ftp_login, to remove conflict with util.h::login
* cleanup verbose messages during http proxy requests
1998-07-22 16:06:27 +00:00
sommerfe
aecb58fd13
Fix bogon in length argument to snprintf when formatting port number
1998-07-20 21:03:37 +00:00
drochner
b2058e2f38
Fix handling of privileges - the gid was given up before dkinit()
...
was called.
Pass the gid to use for KVM access explicitely to dkinit(), the caller
decides whether to call setgid(getgid()) or not.
1998-07-19 17:47:07 +00:00
lukem
786b86d71b
use AF_LOCAL instead of AF_UNIX
1998-07-18 05:04:35 +00:00
lukem
f09ed79388
use AF_LOCAL instead of AF_UNIX. support -f local as synonym for -f unix
1998-07-18 05:04:10 +00:00
ross
ff4a1ce958
Fix LP64 problems from (5!) July deltas.
1998-07-16 22:23:30 +00:00
phil
d20940b940
Major restructuring of the runtime code, now supports dynamic menus.
...
Fixed a bug is scrolling. Added dynamic menu to test meuns in testm.
1998-07-16 07:08:26 +00:00
nathanw
3cc8349a71
Make "ktrace -f" work again. Slightly klugy because of the
...
#ifdef's for KTRUSS.
1998-07-14 01:39:59 +00:00
augustss
81aa8a455c
Add BUGS.
1998-07-13 20:58:43 +00:00
augustss
262a9daf93
Make usbhidctl more like other *ctl commands.
1998-07-13 20:56:28 +00:00
augustss
c9b3b5ba88
Make some small improvements to usbhidctl and include a much
...
larger usage table.
1998-07-13 20:44:03 +00:00
perry
41b921e7d1
Style police: "uses" is better than "utilizes", which is a horrible nelogism.
1998-07-13 17:16:22 +00:00
augustss
7a4317cfef
Fix typo. From Feico Dillema <dillema@acm.org>
1998-07-13 15:11:03 +00:00
augustss
8f894bc08b
Add usbhidctl(1) a program for manipulating USB HID devices.
1998-07-13 11:14:03 +00:00
mrg
6f2f0bef2f
avoid print extra : as noted by Benjamin Lorenz <lorenz@ps.uni-sb.de> in bin/5745
1998-07-12 15:18:55 +00:00